Searched refs:ioffset_p0 (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
3876 ioffset_p0 = ((data & 0x0010)>>4); rtl8168h_2_hw_phy_config()
3877 ioffset_p0 <<= 3; rtl8168h_2_hw_phy_config()
3878 ioffset_p0 |= (data & (0x07)); rtl8168h_2_hw_phy_config()
3879 data = (ioffset_p3<<12)|(ioffset_p2<<8)|(ioffset_p1<<4)|(ioffset_p0); rtl8168h_2_hw_phy_config()
3882 (ioffset_p1 != 0x0f) || (ioffset_p0 == 0x0f)) { rtl8168h_2_hw_phy_config()

Completed in 74 milliseconds