Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c33 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local
36 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts()
38 word_cnts++; in Efuse_CalculateWordCnts()
40 word_cnts++; in Efuse_CalculateWordCnts()
42 word_cnts++; in Efuse_CalculateWordCnts()
43 return word_cnts; in Efuse_CalculateWordCnts()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c669 u8 word_cnts; in efuse_read_data_case1() local
673 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_read_data_case1()
676 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
688 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
693 *efuse_addr = *efuse_addr + (word_cnts * 2) + 1; in efuse_read_data_case1()
704 u8 efuse_data, word_cnts = 0; in efuse_pg_packet_read() local
727 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_pg_packet_read()
1191 u8 efuse_data, word_cnts; in efuse_get_current_size() local
1197 word_cnts = efuse_calculate_word_cnts(hworden); in efuse_get_current_size()
1198 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in efuse_get_current_size()
[all …]
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_efuse.h48 u8 word_cnts; member