Lines Matching refs:bmcr
6276 u16 bmcr; in rtl8152_set_speed() local
6285 bmcr = BMCR_SPEED10; in rtl8152_set_speed()
6287 bmcr |= BMCR_FULLDPLX; in rtl8152_set_speed()
6294 bmcr = BMCR_SPEED100; in rtl8152_set_speed()
6296 bmcr |= BMCR_FULLDPLX; in rtl8152_set_speed()
6304 bmcr = BMCR_SPEED1000 | BMCR_FULLDPLX; in rtl8152_set_speed()
6390 bmcr = BMCR_ANENABLE | BMCR_ANRESTART; in rtl8152_set_speed()
6396 bmcr |= BMCR_RESET; in rtl8152_set_speed()
6398 r8152_mdio_write(tp, MII_BMCR, bmcr); in rtl8152_set_speed()
6400 if (bmcr & BMCR_RESET) { in rtl8152_set_speed()
9249 u16 bmcr, lcladv, rmtadv; in rtl8152_get_pauseparam() local
9257 bmcr = r8152_mdio_read(tp, MII_BMCR); in rtl8152_get_pauseparam()
9265 if (!(bmcr & BMCR_ANENABLE)) { in rtl8152_get_pauseparam()