Lines Matching refs:word_cnts
699 u8 word_cnts; in efuse_read_data_case1() local
703 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()
706 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
718 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
723 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
734 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local
757 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()
1223 u8 efuse_data, word_cnts; in efuse_get_current_size() local
1230 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()
1231 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()
1242 u8 word_cnts = 0; in efuse_calculate_word_cnts() local
1244 word_cnts++; in efuse_calculate_word_cnts()
1246 word_cnts++; in efuse_calculate_word_cnts()
1248 word_cnts++; in efuse_calculate_word_cnts()
1250 word_cnts++; in efuse_calculate_word_cnts()
1251 return word_cnts; in efuse_calculate_word_cnts()