Home
last modified time | relevance | path

Searched refs:word_cnts (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_efuse.c447 u8 efuse_data, word_cnts = 0; in Efuse_GetCurrentSize() local
470 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() local
529 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 …]
/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_efuse.c194 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
229 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() local
259 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()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Defuse.c692 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 …]
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_efuse.h79 u8 word_cnts; member
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_efuse.h79 u8 word_cnts; member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_hal_init.c604 u8 efuse_data, word_cnts = 0; in rtl8723a_EfuseGetCurrentSize_WiFi() local
639 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() local
713 word_cnts = Efuse_CalculateWordCnts23a(hworden); in rtl8723a_EfuseGetCurrentSize_BT()
715 efuse_addr += (word_cnts * 2) + 1; in rtl8723a_EfuseGetCurrentSize_BT()