Searched defs:xpcs (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/net/pcs/ |
D | pcs-xpcs.c | 179 int xpcs_get_an_mode(struct dw_xpcs *xpcs, phy_interface_t interface) in xpcs_get_an_mode() 206 int xpcs_read(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read() 211 int xpcs_write(struct dw_xpcs *xpcs, int dev, u32 reg, u16 val) in xpcs_write() 216 static int xpcs_modify_changed(struct dw_xpcs *xpcs, int dev, u32 reg, in xpcs_modify_changed() 222 static int xpcs_read_vendor(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read_vendor() 227 static int xpcs_write_vendor(struct dw_xpcs *xpcs, int dev, int reg, in xpcs_write_vendor() 233 int xpcs_read_vpcs(struct dw_xpcs *xpcs, int reg) in xpcs_read_vpcs() 238 int xpcs_write_vpcs(struct dw_xpcs *xpcs, int reg, u16 val) in xpcs_write_vpcs() 243 static int xpcs_poll_reset(struct dw_xpcs *xpcs, int dev) in xpcs_poll_reset() 259 static int xpcs_soft_reset(struct dw_xpcs *xpcs, in xpcs_soft_reset() [all …]
|
D | pcs-xpcs-wx.c | 49 static int txgbe_read_pma(struct dw_xpcs *xpcs, int reg) in txgbe_read_pma() 54 static int txgbe_write_pma(struct dw_xpcs *xpcs, int reg, u16 val) in txgbe_write_pma() 59 static void txgbe_pma_config_10gbaser(struct dw_xpcs *xpcs) in txgbe_pma_config_10gbaser() 93 static void txgbe_pma_config_1g(struct dw_xpcs *xpcs) in txgbe_pma_config_1g() 127 static int txgbe_pcs_poll_power_up(struct dw_xpcs *xpcs) in txgbe_pcs_poll_power_up() 142 static int txgbe_pma_init_done(struct dw_xpcs *xpcs) in txgbe_pma_init_done() 158 static bool txgbe_xpcs_mode_quirk(struct dw_xpcs *xpcs) in txgbe_xpcs_mode_quirk() 173 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() 177 int nxp_sja1110_sgmii_pma_config(struct dw_xpcs *xpcs) in nxp_sja1110_sgmii_pma_config() 182 int nxp_sja1110_2500basex_pma_config(struct dw_xpcs *xpcs) in nxp_sja1110_2500basex_pma_config()
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-tegra.c | 24 void __iomem *xpcs; member
|
D | stmmac_mdio.c | 501 struct dw_xpcs *xpcs = NULL; in stmmac_pcs_setup() local
|
D | common.h | 595 struct dw_xpcs *xpcs; member
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | sja1105_mdio.c | 403 struct dw_xpcs *xpcs; in sja1105_mdiobus_pcs_register() local
|
D | sja1105_main.c | 1359 struct dw_xpcs *xpcs = priv->xpcs[dp->index]; in sja1105_mac_select_pcs() local 2377 struct dw_xpcs *xpcs = priv->xpcs[i]; in sja1105_static_config_reload() local
|
D | sja1105.h | 281 struct dw_xpcs *xpcs[SJA1105_MAX_NUM_PORTS]; member
|
/linux-6.12.1/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_phy.c | 125 struct dw_xpcs *xpcs; in txgbe_mdio_pcs_init() local
|
D | txgbe_type.h | 332 struct dw_xpcs *xpcs; member
|
/linux-6.12.1/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 2196 void __iomem *mpcs, *xpcs; in mvpp22_pcs_reset_assert() local 2218 void __iomem *mpcs, *xpcs; in mvpp22_pcs_reset_deassert() local
|