Lines Matching defs:oem_reg
1231 u16 oem_reg = 0;
1284 &oem_reg);
1288 phy_reg = oem_reg;
1333 oem_reg);
2498 u16 oem_reg;
2519 ret_val = e1e_rphy_locked(hw, HV_OEM_BITS, &oem_reg);
2523 oem_reg &= ~(HV_OEM_BITS_GBE_DIS | HV_OEM_BITS_LPLU);
2527 oem_reg |= HV_OEM_BITS_GBE_DIS;
2530 oem_reg |= HV_OEM_BITS_LPLU;
2534 oem_reg |= HV_OEM_BITS_GBE_DIS;
2538 oem_reg |= HV_OEM_BITS_LPLU;
2544 oem_reg |= HV_OEM_BITS_RESTART_AN;
2546 ret_val = e1e_wphy_locked(hw, HV_OEM_BITS, oem_reg);
3104 u16 oem_reg;
3106 ret_val = e1e_rphy(hw, HV_OEM_BITS, &oem_reg);
3111 oem_reg |= HV_OEM_BITS_LPLU;
3113 oem_reg &= ~HV_OEM_BITS_LPLU;
3116 oem_reg |= HV_OEM_BITS_RESTART_AN;
3118 return e1e_wphy(hw, HV_OEM_BITS, oem_reg);