Searched refs:ctrl_aux (Results 1 – 1 of 1) sorted by relevance
985 u32 ctrl_aux; in gbe_dhg_phy_setup() local997 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()