Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_efuse.c366 u8 efuse_data, word_cnts = 0; in Efuse_GetCurrentSize() local
389 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_GetCurrentSize()
391 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_GetCurrentSize()
407 u8 efuse_data, word_cnts = 0; in Efuse_PgPacketRead() local
445 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_PgPacketRead()
449 for (tmpidx = 0; tmpidx < word_cnts*2; tmpidx++) { in Efuse_PgPacketRead()
459 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead()
463 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead()
472 efuse_addr = efuse_addr + (word_cnts*2)+1; in Efuse_PgPacketRead()
504 efuse_addr = efuse_addr + (pFixPkt->word_cnts*2) + 1; in hal_EfuseFixHeaderProcess()
[all …]
/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_efuse.c197 u8 word_cnts = 0; in calculate_word_cnts() local
202 word_cnts++; /* 0 : write enable */ in calculate_word_cnts()
203 return word_cnts; in calculate_word_cnts()
226 u8 efuse_data, word_cnts = 0; in r8712_efuse_get_current_size() local
232 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_get_current_size()
234 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in r8712_efuse_get_current_size()
244 u8 hoffset = 0, hworden = 0, word_cnts = 0; in r8712_efuse_pg_packet_read() local
262 word_cnts = calculate_word_cnts(hworden); in r8712_efuse_pg_packet_read()
265 for (tmpidx = 0; tmpidx < word_cnts * 2; in r8712_efuse_pg_packet_read()
277 efuse_addr += 1 + (word_cnts * 2); in r8712_efuse_pg_packet_read()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_efuse.c139 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local
141 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()
143 word_cnts++; in Efuse_CalculateWordCnts()
145 word_cnts++; in Efuse_CalculateWordCnts()
147 word_cnts++; in Efuse_CalculateWordCnts()
148 return word_cnts; in Efuse_CalculateWordCnts()
/Linux-v4.19/drivers/staging/rtlwifi/
Defuse.c665 u8 word_cnts; in efuse_read_data_case1() local
669 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()
672 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
684 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
689 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
700 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local
723 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()
1185 u8 efuse_data, word_cnts; in efuse_get_current_size() local
1192 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()
1193 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Defuse.c699 u8 word_cnts; in efuse_read_data_case1() local
703 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()
706 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
718 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
723 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
734 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local
757 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()
1223 u8 efuse_data, word_cnts; in efuse_get_current_size() local
1230 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()
1231 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_efuse.h56 u8 word_cnts; member
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_hal_init.c1154 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_WiFi() local
1218 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_WiFi()
1219 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_WiFi()
1253 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_BT() local
1317 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()
1319 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()
1343 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()
1345 efuse_addr = efuse_addr + (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()
1458 u8 efuse_data, word_cnts = 0; in Hal_EfusePgPacketRead() local
1521 word_cnts = Efuse_CalculateWordCnts(hworden); in Hal_EfusePgPacketRead()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_efuse.h64 u8 word_cnts; member