Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
H 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()
264 efuse_addr += 1 + (word_cnts * 2); in r8712_efuse_pg_packet_read()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c113 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local
115 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()
117 word_cnts++; in Efuse_CalculateWordCnts()
119 word_cnts++; in Efuse_CalculateWordCnts()
121 word_cnts++; in Efuse_CalculateWordCnts()
122 return word_cnts; in Efuse_CalculateWordCnts()
/linux/drivers/net/wireless/realtek/rtlwifi/
H 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()
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/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c957 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_WiFi() local
1013 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_WiFi()
1014 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_WiFi()
1047 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_BT() local
1097 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()
1099 efuse_addr += (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()
1120 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_BT()
1122 efuse_addr = efuse_addr + (word_cnts*2)+1; in hal_EfuseGetCurrentSize_BT()
1230 u8 efuse_data, word_cnts = 0; in Hal_EfusePgPacketRead() local
1287 word_cnts = Efuse_CalculateWordCnts(hworden); in Hal_EfusePgPacketRead()
[all …]
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_efuse.h51 u8 word_cnts; member