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()264 efuse_addr += 1 + (word_cnts * 2); in r8712_efuse_pg_packet_read()
113 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local115 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()117 word_cnts++; in Efuse_CalculateWordCnts()119 word_cnts++; in Efuse_CalculateWordCnts()121 word_cnts++; in Efuse_CalculateWordCnts()122 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 …]
957 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_WiFi() local1013 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_WiFi()1014 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_WiFi()1047 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_BT() local1097 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()1099 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()1120 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()1122 efuse_addr = efuse_addr + (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()1230 u8 efuse_data, word_cnts = 0; in Hal_EfusePgPacketRead() local1287 word_cnts = Efuse_CalculateWordCnts(hworden); in Hal_EfusePgPacketRead()[all …]
51 u8 word_cnts; member