Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A 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-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_efuse.c114 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()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Defuse.c660 u8 word_cnts; in efuse_read_data_case1() local
664 word_cnts = efuse_calculate_word_cnts(hworden); 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
1200 u8 word_cnts = 0; in efuse_calculate_word_cnts() local
1203 word_cnts++; in efuse_calculate_word_cnts()
1205 word_cnts++; in efuse_calculate_word_cnts()
1207 word_cnts++; in efuse_calculate_word_cnts()
1209 word_cnts++; in efuse_calculate_word_cnts()
[all …]
/linux-6.3-rc2/drivers/staging/rtl8723bs/hal/
A Drtl8723b_hal_init.c958 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 = Efuse_CalculateWordCnts(hworden); in Hal_EfusePgPacketRead()
[all …]
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Drtw_efuse.h64 u8 word_cnts; member

Completed in 31 milliseconds