Home
last modified time | relevance | path

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

/drivers/staging/rtl8187se/
Dr8180_rtl8225z2.c200 u16 oval,oval2,oval3,tmp; in read_rtl8225() local
211 oval2 = read_nic_word(dev, RFPinsEnable); in read_rtl8225()
214 write_nic_word(dev, RFPinsEnable, (oval2|0xf)); in read_rtl8225()
263 write_nic_word(dev, RFPinsEnable, (oval2 & (~0x01))); in read_rtl8225()
283 write_nic_word(dev, RFPinsEnable, oval2); in read_rtl8225()
Dr8185b_init.c540 u16 oval,oval2,oval3; in ZEBRA_RFSerialWrite() local
554 oval2 = read_nic_word(dev, RFPinsEnable); in ZEBRA_RFSerialWrite()
560 write_nic_word(dev, RFPinsEnable, (oval2|0x0007)); // Set To Output Enable in ZEBRA_RFSerialWrite()
983 u16 oval,oval2,oval3,tmp, wReg80; in ZEBRA_RFSerialRead() local
997 oval2 = read_nic_word(dev, RFPinsEnable); in ZEBRA_RFSerialRead()
1000 write_nic_word(dev, RFPinsEnable, oval2|0xf); in ZEBRA_RFSerialRead()
1064 write_nic_word(dev, RFPinsEnable, ( ((oval2|0x0E) & (~0x01))) ); in ZEBRA_RFSerialRead()
1089 …write_nic_word(dev, RFPinsEnable, oval2); // Set To Output Enable, <RJ_NOTE> We cannot enable BI… in ZEBRA_RFSerialRead()