Searched defs:xpcs (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/net/pcs/ |
D | pcs-xpcs.c | 124 xpcs_find_compat(struct dw_xpcs *xpcs, phy_interface_t interface) in xpcs_find_compat() 135 struct phylink_pcs *xpcs_to_phylink_pcs(struct dw_xpcs *xpcs) in xpcs_to_phylink_pcs() 141 int xpcs_get_an_mode(struct dw_xpcs *xpcs, phy_interface_t interface) in xpcs_get_an_mode() 168 int xpcs_read(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read() 173 int xpcs_write(struct dw_xpcs *xpcs, int dev, u32 reg, u16 val) in xpcs_write() 178 int xpcs_modify(struct dw_xpcs *xpcs, int dev, u32 reg, u16 mask, u16 set) in xpcs_modify() 183 static int xpcs_modify_changed(struct dw_xpcs *xpcs, int dev, u32 reg, in xpcs_modify_changed() 189 static int xpcs_read_vendor(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read_vendor() 194 static int xpcs_write_vendor(struct dw_xpcs *xpcs, int dev, int reg, in xpcs_write_vendor() 200 static int xpcs_modify_vendor(struct dw_xpcs *xpcs, int dev, int reg, u16 mask, in xpcs_modify_vendor() [all …]
|
D | pcs-xpcs-wx.c | 49 static int txgbe_write_pma(struct dw_xpcs *xpcs, int reg, u16 val) in txgbe_write_pma() 54 static int txgbe_modify_pma(struct dw_xpcs *xpcs, int reg, u16 mask, u16 set) in txgbe_modify_pma() 60 static void txgbe_pma_config_10gbaser(struct dw_xpcs *xpcs) in txgbe_pma_config_10gbaser() 87 static void txgbe_pma_config_1g(struct dw_xpcs *xpcs) in txgbe_pma_config_1g() 116 static int txgbe_pcs_poll_power_up(struct dw_xpcs *xpcs) in txgbe_pcs_poll_power_up() 131 static int txgbe_pma_init_done(struct dw_xpcs *xpcs) in txgbe_pma_init_done() 147 static bool txgbe_xpcs_mode_quirk(struct dw_xpcs *xpcs) in txgbe_xpcs_mode_quirk() 162 int txgbe_xpcs_switch_mode(struct dw_xpcs *xpcs, phy_interface_t interface) in txgbe_xpcs_switch_mode()
|
D | pcs-xpcs-nxp.c | 72 int nxp_sja1105_sgmii_pma_config(struct dw_xpcs *xpcs) in nxp_sja1105_sgmii_pma_config() 78 static int nxp_sja1110_pma_config(struct dw_xpcs *xpcs, in nxp_sja1110_pma_config() 169 int nxp_sja1110_sgmii_pma_config(struct dw_xpcs *xpcs) in nxp_sja1110_sgmii_pma_config() 174 int nxp_sja1110_2500basex_pma_config(struct dw_xpcs *xpcs) in nxp_sja1110_2500basex_pma_config()
|
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-tegra.c | 27 void __iomem *xpcs; member
|
D | stmmac_mdio.c | 501 struct dw_xpcs *xpcs = NULL; in stmmac_pcs_setup() local
|
D | common.h | 591 struct dw_xpcs *xpcs; member
|
/linux-6.14.4/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 1583 void __iomem *xpcs = priv->iface_base + MVPP22_XPCS_BASE(port->gop_id); in mvpp22_gop_init_10gkr() local 2183 void __iomem *mpcs, *xpcs; in mvpp22_pcs_reset_assert() local 2205 void __iomem *mpcs, *xpcs; in mvpp22_pcs_reset_deassert() local
|