Searched refs:word_cnts (Results 1 – 4 of 4) sorted by relevance
87 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local89 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()91 word_cnts++; in Efuse_CalculateWordCnts()93 word_cnts++; in Efuse_CalculateWordCnts()95 word_cnts++; in Efuse_CalculateWordCnts()96 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()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() local1209 u8 word_cnts = 0; in efuse_calculate_word_cnts() local1212 word_cnts++; in efuse_calculate_word_cnts()1214 word_cnts++; in efuse_calculate_word_cnts()1216 word_cnts++; in efuse_calculate_word_cnts()1218 word_cnts++; in efuse_calculate_word_cnts()[all …]
51 u8 word_cnts; member
916 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_WiFi() local972 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_WiFi()973 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_WiFi()1006 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_BT() local1055 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()1057 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()