Home
last modified time | relevance | path

Searched refs:ioffset_p2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c23789 u16 ioffset_p3, ioffset_p2, ioffset_p1, ioffset_p0; in rtl8168_init_software_variable() local
23800 ioffset_p2 = ((TmpUshort & (BIT_12|BIT_11|BIT_10|BIT_9))>>9); in rtl8168_init_software_variable()
23807 …if ((ioffset_p3 == 0x0F) && (ioffset_p2 == 0x0F) && (ioffset_p1 == 0x0F) && (ioffset_p0 == 0x0F)) { in rtl8168_init_software_variable()
23811 … tp->AdcBiasPatchIoffset = (ioffset_p3<<12)|(ioffset_p2<<8)|(ioffset_p1<<4)|(ioffset_p0); in rtl8168_init_software_variable()