Searched refs:tmp_word_cnts (Results 1 – 1 of 1) sorted by relevance
748 u8 tmp_word_cnts; in efuse_write_data_case1() local752 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en); in efuse_write_data_case1()755 *efuse_addr = *efuse_addr + (tmp_word_cnts * 2) + 1; in efuse_write_data_case1()758 for (tmpindex = 0; tmpindex < (tmp_word_cnts * 2); tmpindex++) { in efuse_write_data_case1()767 *efuse_addr = *efuse_addr + (tmp_word_cnts * 2) + 1; in efuse_write_data_case1()834 *efuse_addr += (2 * tmp_word_cnts) + 1; in efuse_write_data_case1()854 u8 tmp_word_cnts; in efuse_write_data_case2() local874 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en); in efuse_write_data_case2()894 (tmp_word_cnts * 2) + 1; in efuse_write_data_case2()897 *efuse_addr = *efuse_addr + (tmp_word_cnts * 2) + 1; in efuse_write_data_case2()
Completed in 4 milliseconds