Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c829 u32 tmp_eeprom_offset, pg_efuse_num = 0; in halmac_check_efuse_enough_88xx() local
834 tmp_eeprom_offset = i; in halmac_check_efuse_enough_88xx()
836 if ((tmp_eeprom_offset & 7) > 0) { in halmac_check_efuse_enough_88xx()
845 pg_block = (u8)(tmp_eeprom_offset >> 3); in halmac_check_efuse_enough_88xx()
848 if (tmp_eeprom_offset > 0x7f) { in halmac_check_efuse_enough_88xx()
859 if (tmp_eeprom_offset > 0x7f) { in halmac_check_efuse_enough_88xx()
902 u32 tmp_eeprom_offset; in halmac_program_efuse_88xx() local
908 tmp_eeprom_offset = i; in halmac_program_efuse_88xx()
910 if (((tmp_eeprom_offset >> 3) & 1) > 0) { in halmac_program_efuse_88xx()
919 pg_block = (u8)(tmp_eeprom_offset >> 3); in halmac_program_efuse_88xx()
[all …]