Searched refs:word_cnts (Results 1 – 6 of 6) sorted by relevance
447 u8 efuse_data, word_cnts = 0; in Efuse_GetCurrentSize() local470 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_GetCurrentSize()472 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_GetCurrentSize()488 u8 efuse_data, word_cnts = 0; in Efuse_PgPacketRead() local529 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_PgPacketRead()533 for (tmpidx = 0; tmpidx < word_cnts*2; tmpidx++) { in Efuse_PgPacketRead()543 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead()547 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead()556 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead()589 efuse_addr = efuse_addr + (pFixPkt->word_cnts*2) + 1; in hal_EfuseFixHeaderProcess()[all …]
194 u8 word_cnts = 0; in calculate_word_cnts() local199 word_cnts++; /* 0 : write enable */ in calculate_word_cnts()200 return word_cnts; in calculate_word_cnts()223 u8 efuse_data, word_cnts = 0; in r8712_efuse_get_current_size() local229 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_get_current_size()231 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in r8712_efuse_get_current_size()240 u8 hoffset = 0, hworden = 0, word_cnts = 0; in r8712_efuse_pg_packet_read() local259 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_pg_packet_read()262 for (tmpidx = 0; tmpidx < word_cnts * 2; in r8712_efuse_pg_packet_read()273 efuse_addr += 1 + (word_cnts*2); in r8712_efuse_pg_packet_read()
692 u8 word_cnts; in efuse_read_data_case1() local696 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()699 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()711 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()716 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()727 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local750 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()1215 u8 efuse_data, word_cnts; in efuse_get_current_size() local1222 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()1223 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()[all …]
79 u8 word_cnts; member
604 u8 efuse_data, word_cnts = 0; in rtl8723a_EfuseGetCurrentSize_WiFi() local639 word_cnts = Efuse_CalculateWordCnts23a(hworden); in rtl8723a_EfuseGetCurrentSize_WiFi()640 efuse_addr += (word_cnts * 2) + 1; in rtl8723a_EfuseGetCurrentSize_WiFi()656 u8 efuse_data, word_cnts = 0; in rtl8723a_EfuseGetCurrentSize_BT() local713 word_cnts = Efuse_CalculateWordCnts23a(hworden); in rtl8723a_EfuseGetCurrentSize_BT()715 efuse_addr += (word_cnts * 2) + 1; in rtl8723a_EfuseGetCurrentSize_BT()