Searched refs:word_cnts (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 367 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/ |
D | rtl8712_efuse.c | 185 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/ |
D | rtw_efuse.c | 133 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/ |
D | efuse.c | 660 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/ |
D | rtw_efuse.h | 56 u8 word_cnts; member
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 1154 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/ |
D | rtw_efuse.h | 64 u8 word_cnts; member
|