Lines Matching refs:word_cnts
692 u8 word_cnts; in efuse_read_data_case1() local
696 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()
699 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
711 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
716 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
727 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local
750 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()
1215 u8 efuse_data, word_cnts; in efuse_get_current_size() local
1222 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()
1223 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()
1234 u8 word_cnts = 0; in efuse_calculate_word_cnts() local
1236 word_cnts++; in efuse_calculate_word_cnts()
1238 word_cnts++; in efuse_calculate_word_cnts()
1240 word_cnts++; in efuse_calculate_word_cnts()
1242 word_cnts++; in efuse_calculate_word_cnts()
1243 return word_cnts; in efuse_calculate_word_cnts()