Searched refs:tmp_eeprom_offset (Results 1 – 1 of 1) sorted by relevance
754 u32 tmp_eeprom_offset, pg_efuse_num = 0; in halmac_check_efuse_enough_88xx() local759 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() local828 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 …]