Home
last modified time | relevance | path

Searched refs:MII_BMSR (Results 1 – 11 of 11) sorted by last modified time

/illumos-gate/usr/src/contrib/bhyve/dev/mii/
H A Dmii.h66 #define MII_BMSR 0x01 /* Basic mode status register (ro) */ macro
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h122 #define MII_BMSR 0x01 /* Basic mode status register */ macro
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h46 #define MII_BMSR 0x01 /* Basic mode status register */ macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h57 #define MII_BMSR 0x01 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c634 int mii_status = mdio_read(nic, phy, MII_BMSR); in sundance_probe()
H A Dtg3.c474 err = tg3_readphy(tp, MII_BMSR, &phy_status); in tg3_phy_reset()
475 err |= tg3_readphy(tp, MII_BMSR, &phy_status); in tg3_phy_reset()
693 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
694 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
700 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
701 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
711 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
714 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
754 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
755 tg3_readphy(tp, MII_BMSR, &bmsr); in tg3_setup_copper_phy()
[all …]
H A Dtg3.h81 #define MII_BMSR 0x01 /* Basic mode status register */ macro
H A Dpcnet32.c914 int mii_status = mdio_read(nic, phy, MII_BMSR); in pcnet32_probe()
H A Drtl8139.c105 MII_BMCR=0x62, MII_BMSR=0x64, NWayAdvert=0x66, NWayLPAR=0x68, enumerator
H A Dmii.h16 #define MII_BMSR 0x01 /* Basic mode status register */ macro
H A Dforcedeth.c370 #define MII_BMSR 0x01 /* Basic mode status register */ macro
785 (mii_rw(nic, np->phyaddr, MII_BMSR, MII_READ) & in forcedeth_reset()