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

/linux-4.1.27/drivers/net/ethernet/realtek/
H A Dr8169.c3842 u16 ioffset_p3, ioffset_p2, ioffset_p1, ioffset_p0; rtl8168h_2_hw_phy_config() local
3869 ioffset_p3 = ((data & 0x80)>>7); rtl8168h_2_hw_phy_config()
3870 ioffset_p3 <<= 3; rtl8168h_2_hw_phy_config()
3873 ioffset_p3 |= ((data & (0xe000))>>13); rtl8168h_2_hw_phy_config()
3879 data = (ioffset_p3<<12)|(ioffset_p2<<8)|(ioffset_p1<<4)|(ioffset_p0); rtl8168h_2_hw_phy_config()
3881 if ((ioffset_p3 != 0x0f) || (ioffset_p2 != 0x0f) || rtl8168h_2_hw_phy_config()

Completed in 114 milliseconds