Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Daltr_tse_pcs.h21 int tse_pcs_init(void __iomem *base, struct tse_pcs *pcs);
Ddwmac-socfpga.c315 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen5_set_phy_mode()
372 if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) { in socfpga_gen10_set_phy_mode()
Daltr_tse_pcs.c91 int tse_pcs_init(void __iomem *base, struct tse_pcs *pcs) in tse_pcs_init() function