Searched refs:ioffset_p2 (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
3874 ioffset_p2 = ((data & (0x1e00))>>9); 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 109 milliseconds