Symbol: MII_BMCR
usr/src/grub/grub-0.97/netboot/rtl8139.c
213
fullduplex = inw(nic->ioaddr + MII_BMCR) & BMCRDuplex;
usr/src/grub/grub-0.97/netboot/sundance.c
698
mdio_write(nic, sdc->phys[0], MII_BMCR, mii_ctl);
usr/src/grub/grub-0.97/netboot/sundance.c
725
mii_ctl = mdio_read(nic, sdc->phys[0], MII_BMCR);
usr/src/grub/grub-0.97/netboot/tg3.c
1221
tg3_writephy(tp, MII_BMCR, BMCR_RESET);
usr/src/grub/grub-0.97/netboot/tg3.c
2503
err |= tg3_writephy(tp, MII_BMCR,
usr/src/grub/grub-0.97/netboot/tg3.c
278
err = tg3_writephy(tp, MII_BMCR, phy_control);
usr/src/grub/grub-0.97/netboot/tg3.c
284
err = tg3_readphy(tp, MII_BMCR, &phy_control);
usr/src/grub/grub-0.97/netboot/tg3.c
424
tg3_writephy(tp, MII_BMCR,
usr/src/grub/grub-0.97/netboot/tg3.c
649
tg3_writephy(tp, MII_BMCR, BMCR_ANENABLE | BMCR_ANRESTART);
usr/src/grub/grub-0.97/netboot/tg3.c
771
tg3_readphy(tp, MII_BMCR, &bmcr);
usr/src/grub/grub-0.97/netboot/tg3.c
772
tg3_readphy(tp, MII_BMCR, &bmcr);
usr/src/uts/common/io/chxge/com/ch_compat.h
42
#ifndef MII_BMCR
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
155
(void) simple_mdio_read(phy, MII_BMCR, &ctl);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
170
(void) simple_mdio_write(phy, MII_BMCR, ctl);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
191
(void) simple_mdio_read(cphy, MII_BMCR, &ctl);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
194
(void) simple_mdio_write(cphy, MII_BMCR, ctl);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
212
(void) simple_mdio_read(cphy, MII_BMCR, &ctl);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
214
(void) simple_mdio_write(cphy, MII_BMCR, ctl | BMCR_ANRESTART);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
220
mdio_set_bit(cphy, MII_BMCR, BMCR_ANRESTART);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
259
mdio_set_bit(cphy, MII_BMCR, BMCR_LOOPBACK);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
261
mdio_clear_bit(cphy, MII_BMCR, BMCR_LOOPBACK);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
77
mdio_set_bit(cphy, MII_BMCR, BMCR_RESET);
usr/src/uts/common/io/chxge/com/mv88e1xxx.c
80
(void) simple_mdio_read(cphy, MII_BMCR, &ctl);