Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c996 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()
2953 reg = xgbe_phy_mii_read(pdata, pdata->mdio_addr, MII_BMSR); in xgbe_upd_link()
2954 reg = xgbe_phy_mii_read(pdata, pdata->mdio_addr, MII_BMSR); in xgbe_upd_link()
2985 lpagb = xgbe_phy_mii_read(pdata, pdata->mdio_addr, in xgbe_phy_read_status()
[all …]
H A Dxgbe.h1334 int xgbe_phy_mii_read(struct xgbe_prv_data *pdata, int addr, int reg);
H A Dif_axgbe_pci.c324 val = xgbe_phy_mii_read(pdata, phy, reg); in axgbe_miibus_readreg()