Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/hal/
Dusb_halinit.c902 u8 eeValue; in ReadAdapterInfo8188EU() local
906 res = rtw_read8(Adapter, REG_9346CR, &eeValue); in ReadAdapterInfo8188EU()
910 eeprom->bautoload_fail_flag = !(eeValue & EEPROM_EN); in ReadAdapterInfo8188EU()
917 if (!(eeValue & BOOT_FROM_EEPROM) && !eeprom->bautoload_fail_flag) { in ReadAdapterInfo8188EU()
/Linux-v6.1/drivers/staging/rtl8723bs/hal/
Dsdio_halinit.c1096 u8 eeValue; in _ReadPROMContent() local
1098 eeValue = rtw_read8(padapter, REG_9346CR); in _ReadPROMContent()
1100 pEEPROM->EepromOrEfuse = (eeValue & BOOT_FROM_EEPROM) ? true : false; in _ReadPROMContent()
1101 pEEPROM->bautoload_fail_flag = (eeValue & EEPROM_EN) ? false : true; in _ReadPROMContent()