Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Dusb_halinit.c1075 u8 eeValue; in _ReadPROMContent() local
1077 eeValue = rtl8723au_read8(Adapter, REG_9346CR); in _ReadPROMContent()
1079 pEEPROM->EepromOrEfuse = (eeValue & BOOT_FROM_EEPROM) ? true : false; in _ReadPROMContent()
1080 pEEPROM->bautoload_fail_flag = (eeValue & EEPROM_EN) ? false : true; in _ReadPROMContent()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dusb_halinit.c1132 u8 eeValue; in _ReadPROMContent() local
1135 eeValue = usb_read8(Adapter, REG_9346CR); in _ReadPROMContent()
1136 eeprom->EepromOrEfuse = (eeValue & BOOT_FROM_EEPROM) ? true : false; in _ReadPROMContent()
1137 eeprom->bautoload_fail_flag = (eeValue & EEPROM_EN) ? false : true; in _ReadPROMContent()