Searched refs:MII_BMSR (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | mii.h | 16 #define MII_BMSR 0x01 /* Basic mode status register */ macro
|
H A D | tg3.c | 474 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 D | forcedeth.c | 370 #define MII_BMSR 0x01 /* Basic mode status register */ macro 785 (mii_rw(nic, np->phyaddr, MII_BMSR, MII_READ) & in forcedeth_reset()
|
H A D | rtl8139.c | 105 MII_BMCR=0x62, MII_BMSR=0x64, NWayAdvert=0x66, NWayLPAR=0x68, enumerator
|
H A D | sundance.c | 634 int mii_status = mdio_read(nic, phy, MII_BMSR); in sundance_probe()
|
H A D | pcnet32.c | 914 int mii_status = mdio_read(nic, phy, MII_BMSR); in pcnet32_probe()
|
H A D | tg3.h | 81 #define MII_BMSR 0x01 /* Basic mode status register */ macro
|
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | ch_compat.h | 48 #define MII_BMSR 0x01 /* Basic mode status register */ macro
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 48 #define MII_BMSR 0x01 macro
|
/titanic_41/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_hw.h | 124 #define MII_BMSR 0x01 /* Basic mode status register */ macro
|