Searched refs:word_cnts (Results 1 – 3 of 3) sorted by relevance
33 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local36 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()38 word_cnts++; in Efuse_CalculateWordCnts()40 word_cnts++; in Efuse_CalculateWordCnts()42 word_cnts++; in Efuse_CalculateWordCnts()43 return word_cnts; in Efuse_CalculateWordCnts()
669 u8 word_cnts; in efuse_read_data_case1() local673 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()676 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()688 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()693 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()704 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local727 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()1191 u8 efuse_data, word_cnts; in efuse_get_current_size() local1197 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()1198 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()[all …]
48 u8 word_cnts; member