Home
last modified time | relevance | path

Searched refs:tse_pcs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Daltr_tse_pcs.h17 struct tse_pcs { struct
25 int tse_pcs_init(void __iomem *base, struct tse_pcs *pcs); argument
26 void tse_pcs_fix_mac_speed(struct tse_pcs *pcs, struct phy_device *phy_dev,
H A Daltr_tse_pcs.c62 static int tse_pcs_reset(void __iomem *base, struct tse_pcs *pcs) in tse_pcs_reset()
87 int tse_pcs_init(void __iomem *base, struct tse_pcs *pcs) in tse_pcs_init()
106 static void pcs_link_timer_callback(struct tse_pcs *pcs) in pcs_link_timer_callback()
125 static void auto_nego_timer_callback(struct tse_pcs *pcs) in auto_nego_timer_callback()
189 struct tse_pcs *pcs = from_timer(pcs, t, aneg_link_timer); in aneg_link_timer_callback()
197 void tse_pcs_fix_mac_speed(struct tse_pcs *pcs, struct phy_device *phy_dev, in tse_pcs_fix_mac_speed()
H A Ddwmac-socfpga.c54 struct tse_pcs pcs;