Searched refs:ERI_PHY_BMCR (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun/io/eri/ |
H A D | eri_phy.h | 40 #define ERI_PHY_BMCR 00 /* Basic Mode Control Register */ macro
|
H A D | eri.c | 4717 eri_mii_write(erip, ERI_PHY_BMCR, in eri_new_xcvr() 4749 eri_mii_write(erip, ERI_PHY_BMCR, in eri_new_xcvr() 4828 (void) eri_mii_read(erip, ERI_PHY_BMCR, &control); in eri_check_link_noind() 4850 eri_mii_write(erip, ERI_PHY_BMCR, control); in eri_check_link_noind() 5023 (void) eri_mii_read(erip, ERI_PHY_BMCR, &control); in eri_mif_check() 5047 (void) eri_mii_write(erip, ERI_PHY_BMCR, control); in eri_mif_check() 5184 (void) eri_mii_read(erip, ERI_PHY_BMCR, &control); in eri_mif_check() 5186 eri_mii_write(erip, ERI_PHY_BMCR, control); in eri_mif_check() 5230 eri_mii_write(erip, ERI_PHY_BMCR, PHY_BMCR_RESET); in eri_reset_xcvr() 5237 if (eri_mii_read(erip, ERI_PHY_BMCR, &control) == 1) { in eri_reset_xcvr() [all …]
|