Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c754 u32 tmp_eeprom_offset, pg_efuse_num = 0; in halmac_check_efuse_enough_88xx() local
759 tmp_eeprom_offset = i; in halmac_check_efuse_enough_88xx()
761 if ((tmp_eeprom_offset & 7) > 0) { in halmac_check_efuse_enough_88xx()
769 pg_block = (u8)(tmp_eeprom_offset >> 3); in halmac_check_efuse_enough_88xx()
772 if (tmp_eeprom_offset > 0x7f) { in halmac_check_efuse_enough_88xx()
779 if (tmp_eeprom_offset > 0x7f) { in halmac_check_efuse_enough_88xx()
822 u32 tmp_eeprom_offset; in halmac_program_efuse_88xx() local
828 tmp_eeprom_offset = i; in halmac_program_efuse_88xx()
830 if (((tmp_eeprom_offset >> 3) & 1) > 0) { in halmac_program_efuse_88xx()
838 pg_block = (u8)(tmp_eeprom_offset >> 3); in halmac_program_efuse_88xx()
[all …]