Searched refs:dw_xpcs (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/include/linux/pcs/ |
| D | pcs-xpcs.h | 23 struct dw_xpcs { struct 29 int xpcs_get_an_mode(struct dw_xpcs *xpcs, phy_interface_t interface); argument 32 int xpcs_do_config(struct dw_xpcs *xpcs, phy_interface_t interface, 34 void xpcs_validate(struct dw_xpcs *xpcs, unsigned long *supported, 36 int xpcs_config_eee(struct dw_xpcs *xpcs, int mult_fact_100ns, 38 struct dw_xpcs *xpcs_create(struct mdio_device *mdiodev, 40 void xpcs_destroy(struct dw_xpcs *xpcs);
|
| /Linux-v5.15/drivers/net/pcs/ |
| D | pcs-xpcs.c | 17 container_of((pl_pcs), struct dw_xpcs, pcs) 124 int (*pma_config)(struct dw_xpcs *xpcs); 149 int xpcs_get_an_mode(struct dw_xpcs *xpcs, phy_interface_t interface) in xpcs_get_an_mode() 176 int xpcs_read(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read() 185 int xpcs_write(struct dw_xpcs *xpcs, int dev, u32 reg, u16 val) in xpcs_write() 194 static int xpcs_read_vendor(struct dw_xpcs *xpcs, int dev, u32 reg) in xpcs_read_vendor() 199 static int xpcs_write_vendor(struct dw_xpcs *xpcs, int dev, int reg, in xpcs_write_vendor() 205 static int xpcs_read_vpcs(struct dw_xpcs *xpcs, int reg) in xpcs_read_vpcs() 210 static int xpcs_write_vpcs(struct dw_xpcs *xpcs, int reg, u16 val) in xpcs_write_vpcs() 215 static int xpcs_poll_reset(struct dw_xpcs *xpcs, int dev) in xpcs_poll_reset() [all …]
|
| D | pcs-xpcs.h | 110 int xpcs_read(struct dw_xpcs *xpcs, int dev, u32 reg); 111 int xpcs_write(struct dw_xpcs *xpcs, int dev, u32 reg, u16 val); 113 int nxp_sja1105_sgmii_pma_config(struct dw_xpcs *xpcs); 114 int nxp_sja1110_sgmii_pma_config(struct dw_xpcs *xpcs); 115 int nxp_sja1110_2500basex_pma_config(struct dw_xpcs *xpcs);
|
| 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-v5.15/drivers/net/ethernet/stmicro/stmmac/ |
| D | common.h | 519 struct dw_xpcs *xpcs;
|
| D | stmmac_mdio.c | 405 struct dw_xpcs *xpcs; in stmmac_xpcs_setup()
|
| /Linux-v5.15/drivers/net/dsa/sja1105/ |
| D | sja1105.h | 250 struct dw_xpcs *xpcs[SJA1105_MAX_NUM_PORTS];
|
| D | sja1105_mdio.c | 423 struct dw_xpcs *xpcs; in sja1105_mdiobus_pcs_register()
|
| D | sja1105_main.c | 1308 struct dw_xpcs *xpcs; in sja1105_mac_config() 2209 struct dw_xpcs *xpcs = priv->xpcs[i]; in sja1105_static_config_reload()
|