Searched refs:xgbe_phy_mii_read (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-phy-v2.c | 749 xgbe_phy_mii_read(struct xgbe_prv_data *pdata, int addr, int reg) in xgbe_phy_mii_read() function 996 reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x18); in xgbe_phy_belfuse_phy_quirks() 1001 reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x1c); in xgbe_phy_belfuse_phy_quirks() 1008 reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x00); in xgbe_phy_belfuse_phy_quirks() 1013 reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x1c); in xgbe_phy_belfuse_phy_quirks() 1020 reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x00); in xgbe_phy_belfuse_phy_quirks() 1025 reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x1c); in xgbe_phy_belfuse_phy_quirks() 1032 reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x00); in xgbe_phy_belfuse_phy_quirks() 1057 phy_reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x02); in xgbe_get_phy_id() 1064 phy_reg = xgbe_phy_mii_read(pdata, phy_data->mdio_addr, 0x03); in xgbe_get_phy_id() [all …]
|
H A D | xgbe.h | 1334 int xgbe_phy_mii_read(struct xgbe_prv_data *pdata, int addr, int reg);
|
H A D | if_axgbe_pci.c | 325 val = xgbe_phy_mii_read(pdata, phy, reg); in axgbe_miibus_readreg()
|