Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_efuse.c367 u8 efuse_data, word_cnts = 0; in Efuse_GetCurrentSize() local
391 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_GetCurrentSize()
393 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in Efuse_GetCurrentSize()
405 u8 efuse_data, word_cnts = 0; in Efuse_PgPacketRead() local
443 word_cnts = Efuse_CalculateWordCnts(hworden); in Efuse_PgPacketRead()
447 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in Efuse_PgPacketRead()
457 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in Efuse_PgPacketRead()
461 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in Efuse_PgPacketRead()
470 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in Efuse_PgPacketRead()
502 efuse_addr = efuse_addr + (pFixPkt->word_cnts * 2) + 1; in hal_EfuseFixHeaderProcess()
[all …]
/Linux-v5.10/drivers/staging/rtl8712/
Drtl8712_efuse.c185 u8 word_cnts = 0; in calculate_word_cnts() local
190 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() local
220 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() local
250 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()
265 efuse_addr += 1 + (word_cnts * 2); in r8712_efuse_pg_packet_read()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_efuse.c133 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local
135 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()
137 word_cnts++; in Efuse_CalculateWordCnts()
139 word_cnts++; in Efuse_CalculateWordCnts()
141 word_cnts++; in Efuse_CalculateWordCnts()
142 return word_cnts; in Efuse_CalculateWordCnts()
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/
Defuse.c660 u8 word_cnts; in efuse_read_data_case1() local
664 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() local
718 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()
1182 u8 efuse_data, word_cnts; in efuse_get_current_size() local
1188 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 …]
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_efuse.h56 u8 word_cnts; member
/Linux-v5.10/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-v5.10/drivers/staging/rtl8723bs/include/
Drtw_efuse.h64 u8 word_cnts; member