Searched refs:MII_BMCR (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | mv88e1xxx.c | 79 mdio_set_bit(cphy, MII_BMCR, BMCR_RESET); 82 (void) simple_mdio_read(cphy, MII_BMCR, &ctl); 157 (void) simple_mdio_read(phy, MII_BMCR, &ctl); 172 (void) simple_mdio_write(phy, MII_BMCR, ctl); 193 (void) simple_mdio_read(cphy, MII_BMCR, &ctl); 196 (void) simple_mdio_write(cphy, MII_BMCR, ctl); 214 (void) simple_mdio_read(cphy, MII_BMCR, &ctl); 216 (void) simple_mdio_write(cphy, MII_BMCR, ctl | BMCR_ANRESTART); 222 mdio_set_bit(cphy, MII_BMCR, BMCR_ANRESTART); 261 mdio_set_bit(cphy, MII_BMCR, BMCR_LOOPBAC [all...] |
H A D | ch_compat.h | 44 #ifndef MII_BMCR 47 #define MII_BMCR 0x00 /* Basic mode control register */ macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | mii.h | 15 #define MII_BMCR 0x00 /* Basic mode control register */ macro
|
H A D | rtl8139.c | 105 MII_BMCR=0x62, MII_BMSR=0x64, NWayAdvert=0x66, NWayLPAR=0x68, enumerator in enum:RTL8139_registers 213 fullduplex = inw(nic->ioaddr + MII_BMCR) & BMCRDuplex;
|
H A D | tg3.c | 278 err = tg3_writephy(tp, MII_BMCR, phy_control); 284 err = tg3_readphy(tp, MII_BMCR, &phy_control); 424 tg3_writephy(tp, MII_BMCR, 649 tg3_writephy(tp, MII_BMCR, BMCR_ANENABLE | BMCR_ANRESTART); 771 tg3_readphy(tp, MII_BMCR, &bmcr); 772 tg3_readphy(tp, MII_BMCR, &bmcr); 1221 tg3_writephy(tp, MII_BMCR, BMCR_RESET); 2503 err |= tg3_writephy(tp, MII_BMCR,
|
H A D | sundance.c | 698 mdio_write(nic, sdc->phys[0], MII_BMCR, mii_ctl); 725 mii_ctl = mdio_read(nic, sdc->phys[0], MII_BMCR);
|
H A D | forcedeth.c | 369 #define MII_BMCR 0x00 /* Basic mode control register */ macro
|
H A D | tg3.h | 80 #define MII_BMCR 0x00 /* Basic mode control register */ macro
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 47 #define MII_BMCR 0x00 macro
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_hw.h | 123 #define MII_BMCR 0x00 /* Basic mode control register */ macro
|
Completed in 86 milliseconds