Searched refs:mii_control (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/amd/ |
H A D | au1000_eth.h | 62 u32 mii_control; member
|
/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 1377 u32 mii_status, mii_control, mii_control_1000, reg; in phy_init() local 1447 mii_control = mii_rw(dev, np->phyaddr, MII_BMCR, MII_READ); in phy_init() 1448 mii_control |= BMCR_ANENABLE; in phy_init() 1454 mii_control |= BMCR_ANRESTART; in phy_init() 1455 if (mii_rw(dev, np->phyaddr, MII_BMCR, mii_control)) { in phy_init() 1464 if (phy_reset(dev, mii_control)) { in phy_init() 1507 mii_control = mii_rw(dev, np->phyaddr, MII_BMCR, MII_READ); in phy_init() 1508 mii_control |= (BMCR_ANRESTART | BMCR_ANENABLE); in phy_init() 1510 mii_control |= BMCR_PDOWN; in phy_init() 1511 if (mii_rw(dev, np->phyaddr, MII_BMCR, mii_control)) in phy_init() [all …]
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 4897 u16 mii_control; in bnx2x_reset_unicore() local 4901 MDIO_COMBO_IEEE0_MII_CONTROL, &mii_control); in bnx2x_reset_unicore() 4907 (mii_control | in bnx2x_reset_unicore() 4920 &mii_control); in bnx2x_reset_unicore() 4922 if (!(mii_control & MDIO_COMBO_IEEO_MII_CONTROL_RESET)) { in bnx2x_reset_unicore() 5230 u16 mii_control; in bnx2x_restart_autoneg() local 5239 &mii_control); in bnx2x_restart_autoneg() 5244 (mii_control | in bnx2x_restart_autoneg() 5252 &mii_control); in bnx2x_restart_autoneg() 5255 mii_control); in bnx2x_restart_autoneg() [all …]
|