Searched refs:word_cnts (Results 1 – 5 of 5) sorted by relevance
185 u8 word_cnts = 0; in calculate_word_cnts() local190 word_cnts++; /* 0 : write enable */ in calculate_word_cnts()191 return word_cnts; in calculate_word_cnts()214 u8 efuse_data, word_cnts = 0; in r8712_efuse_get_current_size() local220 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_get_current_size()222 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in r8712_efuse_get_current_size()232 u8 hoffset = 0, hworden = 0, word_cnts = 0; in r8712_efuse_pg_packet_read() local250 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_pg_packet_read()253 for (tmpidx = 0; tmpidx < word_cnts * 2; in r8712_efuse_pg_packet_read()265 efuse_addr += 1 + (word_cnts * 2); in r8712_efuse_pg_packet_read()
114 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local116 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()118 word_cnts++; in Efuse_CalculateWordCnts()120 word_cnts++; in Efuse_CalculateWordCnts()122 word_cnts++; in Efuse_CalculateWordCnts()123 return word_cnts; in Efuse_CalculateWordCnts()
660 u8 word_cnts; in efuse_read_data_case1() local664 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() local718 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()1182 u8 efuse_data, word_cnts; in efuse_get_current_size() local1188 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()[all …]
958 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_WiFi() local1017 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_WiFi()1018 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_WiFi()1051 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_BT() local1105 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()1107 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()1131 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()1133 efuse_addr = efuse_addr + (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()1241 u8 efuse_data, word_cnts = 0; in Hal_EfusePgPacketRead() local1298 word_cnts = Efuse_CalculateWordCnts(hworden); in Hal_EfusePgPacketRead()[all …]
64 u8 word_cnts; member