Home
last modified time | relevance | path

Searched refs:bge_phy_addr (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bge/
H A Dif_bge.c3326 sc->bge_phy_addr = 1; in bge_attach()
3355 sc->bge_phy_addr = sc->bge_func_addr + 8; in bge_attach()
3357 sc->bge_phy_addr = sc->bge_func_addr + 1; in bge_attach()
3361 sc->bge_phy_addr = sc->bge_func_addr + 8; in bge_attach()
3363 sc->bge_phy_addr = sc->bge_func_addr + 1; in bge_attach()
3856 (ifm_stat_cb_t)bge_ifmedia_sts, capmask, sc->bge_phy_addr, in bge_attach()
3862 sc->bge_phy_addr, MII_BMCR, BMCR_RESET); in bge_attach()
6156 bge_miibus_readreg(sc->bge_dev, sc->bge_phy_addr, in bge_link_upd()
6158 bge_miibus_writereg(sc->bge_dev, sc->bge_phy_addr, in bge_link_upd()
H A Dif_bgereg.h2993 int bge_phy_addr; member