Home
last modified time | relevance | path

Searched refs:ctrl_aux (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_hw.c985 u32 ctrl_aux; in gbe_dhg_phy_setup() local
997 ctrl_aux = er32(CTL_AUX); in gbe_dhg_phy_setup()
998 ctrl_aux |= E1000_CTL_AUX_RMII; in gbe_dhg_phy_setup()
999 ew32(CTL_AUX, ctrl_aux); in gbe_dhg_phy_setup()
1003 ctrl_aux = er32(CTL_AUX); in gbe_dhg_phy_setup()
1004 ctrl_aux |= 0x4; in gbe_dhg_phy_setup()
1005 ctrl_aux &= ~0x2; in gbe_dhg_phy_setup()
1006 ew32(CTL_AUX, ctrl_aux); in gbe_dhg_phy_setup()