/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A 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 * in hal_EfuseFixHeaderProcess() 676 hal_EfuseCheckIfDatafollowed(struct adapter *pAdapter, u8 word_cnts, u16 startAddr) hal_EfuseCheckIfDatafollowed() argument 796 u8 word_cnts = 0; Efuse_CalculateWordCnts() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A 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 * in r8712_efuse_pg_packet_read() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A 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 * in r8712_efuse_pg_packet_read() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_efuse.c | 114 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local 116 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts() 118 word_cnts++; in Efuse_CalculateWordCnts() 120 word_cnts++; in Efuse_CalculateWordCnts() 122 word_cnts++; in Efuse_CalculateWordCnts() 123 return word_cnts; in Efuse_CalculateWordCnts()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A 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 * in efuse_get_current_size() 1200 u8 word_cnts = 0; efuse_calculate_word_cnts() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A 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 * in efuse_get_current_size() 1200 u8 word_cnts = 0; efuse_calculate_word_cnts() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A 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 in Hal_EfusePgPacketRead() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_hal_init.c | 958 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_WiFi() local 1017 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_WiFi() 1018 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_WiFi() 1051 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_BT() local 1105 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT() 1107 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT() 1131 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT() 1133 efuse_addr = efuse_addr + (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT() 1241 u8 efuse_data, word_cnts = 0; in Hal_EfusePgPacketRead() local 1298 word_cnts in Hal_EfusePgPacketRead() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_efuse.h | 56 u8 word_cnts; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_efuse.h | 64 u8 word_cnts; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_efuse.h | 64 u8 word_cnts; member
|