Searched refs:word_cnts (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 448 u8 efuse_data, word_cnts = 0; in Efuse_GetCurrentSize() local 471 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_GetCurrentSize() 473 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_GetCurrentSize() 489 u8 efuse_data, word_cnts = 0; in Efuse_PgPacketRead() local 530 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_PgPacketRead() 534 for (tmpidx = 0; tmpidx < word_cnts*2; tmpidx++) { in Efuse_PgPacketRead() 544 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead() 548 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead() 557 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead() 590 efuse_addr = efuse_addr + (pFixPkt->word_cnts*2) + 1; in hal_EfuseFixHeaderProcess() [all …]
|
/drivers/staging/rtl8712/ |
D | rtl8712_efuse.c | 194 u8 word_cnts = 0; in calculate_word_cnts() local 199 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() local 230 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_get_current_size() 232 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in r8712_efuse_get_current_size() 241 u8 hoffset = 0, hworden = 0, word_cnts = 0; in r8712_efuse_pg_packet_read() local 260 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_pg_packet_read() 263 for (tmpidx = 0; tmpidx < word_cnts * 2; in r8712_efuse_pg_packet_read() 274 efuse_addr += 1 + (word_cnts*2); in r8712_efuse_pg_packet_read()
|
/drivers/net/wireless/rtlwifi/ |
D | efuse.c | 692 u8 word_cnts; in efuse_read_data_case1() local 696 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() local 750 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read() 1215 u8 efuse_data, word_cnts; in efuse_get_current_size() local 1222 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 …]
|
/drivers/staging/rtl8723au/core/ |
D | rtw_efuse.c | 120 u8 word_cnts = 0; in Efuse_CalculateWordCnts23a() local 121 if (!(word_en & BIT(0))) word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts23a() 122 if (!(word_en & BIT(1))) word_cnts++; in Efuse_CalculateWordCnts23a() 123 if (!(word_en & BIT(2))) word_cnts++; in Efuse_CalculateWordCnts23a() 124 if (!(word_en & BIT(3))) word_cnts++; in Efuse_CalculateWordCnts23a() 125 return word_cnts; in Efuse_CalculateWordCnts23a()
|
/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_hal_init.c | 618 u8 efuse_data, word_cnts = 0; in rtl8723a_EfuseGetCurrentSize_WiFi() local 654 word_cnts = Efuse_CalculateWordCnts23a(hworden); in rtl8723a_EfuseGetCurrentSize_WiFi() 655 efuse_addr += (word_cnts * 2) + 1; in rtl8723a_EfuseGetCurrentSize_WiFi() 671 u8 efuse_data, word_cnts = 0; in rtl8723a_EfuseGetCurrentSize_BT() local 728 word_cnts = Efuse_CalculateWordCnts23a(hworden); in rtl8723a_EfuseGetCurrentSize_BT() 730 efuse_addr += (word_cnts * 2) + 1; in rtl8723a_EfuseGetCurrentSize_BT() 749 u8 efuse_data, word_cnts = 0; in rtl8723a_EfusePgPacketRead() local 816 word_cnts = Efuse_CalculateWordCnts23a(hworden); in rtl8723a_EfusePgPacketRead() 817 efuse_addr += word_cnts * 2; in rtl8723a_EfusePgPacketRead()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_efuse.h | 79 u8 word_cnts; member
|
/drivers/staging/rtl8723au/include/ |
D | rtw_efuse.h | 79 u8 word_cnts; member
|