Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dusb_halinit.c1074 u8 eeValue; in _ReadPROMContent() local
1076 eeValue = rtl8723au_read8(Adapter, REG_9346CR); in _ReadPROMContent()
1078 pEEPROM->EepromOrEfuse = (eeValue & BOOT_FROM_EEPROM) ? true : false; in _ReadPROMContent()
1079 pEEPROM->bautoload_fail_flag = (eeValue & EEPROM_EN) ? false : true; in _ReadPROMContent()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dusb_halinit.c1129 u8 eeValue; in _ReadPROMContent() local
1132 eeValue = usb_read8(Adapter, REG_9346CR); in _ReadPROMContent()
1133 eeprom->EepromOrEfuse = (eeValue & BOOT_FROM_EEPROM) ? true : false; in _ReadPROMContent()
1134 eeprom->bautoload_fail_flag = (eeValue & EEPROM_EN) ? false : true; in _ReadPROMContent()