Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Daltr_tse_pcs.h25 int tse_pcs_init(void __iomem *base, struct tse_pcs *pcs);
H A Ddwmac-socfpga.c314 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen5_set_phy_mode()
371 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen10_set_phy_mode()
H A Daltr_tse_pcs.c87 int tse_pcs_init(void __iomem *base, struct tse_pcs *pcs) in tse_pcs_init() function