Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c957 u32 ctrl_aux; in gbe_dhg_phy_setup() local
969 ctrl_aux = er32(CTL_AUX); in gbe_dhg_phy_setup()
970 ctrl_aux |= E1000_CTL_AUX_RMII; in gbe_dhg_phy_setup()
971 ew32(CTL_AUX, ctrl_aux); in gbe_dhg_phy_setup()
975 ctrl_aux = er32(CTL_AUX); in gbe_dhg_phy_setup()
976 ctrl_aux |= 0x4; in gbe_dhg_phy_setup()
977 ctrl_aux &= ~0x2; in gbe_dhg_phy_setup()
978 ew32(CTL_AUX, ctrl_aux); in gbe_dhg_phy_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c957 u32 ctrl_aux; in gbe_dhg_phy_setup() local
969 ctrl_aux = er32(CTL_AUX); in gbe_dhg_phy_setup()
970 ctrl_aux |= E1000_CTL_AUX_RMII; in gbe_dhg_phy_setup()
971 ew32(CTL_AUX, ctrl_aux); in gbe_dhg_phy_setup()
975 ctrl_aux = er32(CTL_AUX); in gbe_dhg_phy_setup()
976 ctrl_aux |= 0x4; in gbe_dhg_phy_setup()
977 ctrl_aux &= ~0x2; in gbe_dhg_phy_setup()
978 ew32(CTL_AUX, ctrl_aux); in gbe_dhg_phy_setup()

Completed in 14 milliseconds