Lines Matching refs:word_cnts
660 u8 word_cnts; in efuse_read_data_case1() local
664 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()
667 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
679 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
684 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
695 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local
718 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()
1182 u8 efuse_data, word_cnts; in efuse_get_current_size() local
1188 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()
1189 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()
1200 u8 word_cnts = 0; in efuse_calculate_word_cnts() local
1203 word_cnts++; in efuse_calculate_word_cnts()
1205 word_cnts++; in efuse_calculate_word_cnts()
1207 word_cnts++; in efuse_calculate_word_cnts()
1209 word_cnts++; in efuse_calculate_word_cnts()
1210 return word_cnts; in efuse_calculate_word_cnts()