Searched refs:word_cnts (Results 1 – 8 of 8) sorted by relevance
/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()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_efuse.c | 120 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local 122 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts() 124 word_cnts++; in Efuse_CalculateWordCnts() 126 word_cnts++; in Efuse_CalculateWordCnts() 128 word_cnts++; in Efuse_CalculateWordCnts() 129 return word_cnts; in Efuse_CalculateWordCnts()
|
/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 …]
|
/drivers/staging/r8188eu/hal/ |
D | rtl8188e_hal_init.c | 1147 u8 efuse_data, word_cnts = 0; in hal_EfuseGetCurrentSize_8188e() local 1173 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfuseGetCurrentSize_8188e() 1175 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in hal_EfuseGetCurrentSize_8188e() 1213 u8 efuse_data, word_cnts = 0; in hal_EfusePgPacketRead_8188e() local 1254 word_cnts = Efuse_CalculateWordCnts(hworden); in hal_EfusePgPacketRead_8188e() 1258 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in hal_EfusePgPacketRead_8188e() 1268 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in hal_EfusePgPacketRead_8188e() 1272 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in hal_EfusePgPacketRead_8188e() 1281 efuse_addr = efuse_addr + (word_cnts * 2) + 1; in hal_EfusePgPacketRead_8188e() 1341 efuse_addr = efuse_addr + (pFixPkt->word_cnts * 2) + 1; in hal_EfuseFixHeaderProcess() [all …]
|
/drivers/staging/r8188eu/core/ |
D | rtw_efuse.c | 121 u8 word_cnts = 0; in Efuse_CalculateWordCnts() local 123 word_cnts++; /* 0 : write enable */ in Efuse_CalculateWordCnts() 125 word_cnts++; in Efuse_CalculateWordCnts() 127 word_cnts++; in Efuse_CalculateWordCnts() 129 word_cnts++; in Efuse_CalculateWordCnts() 130 return word_cnts; in Efuse_CalculateWordCnts()
|
/drivers/staging/rtl8723bs/hal/ |
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 = Efuse_CalculateWordCnts(hworden); in Hal_EfusePgPacketRead() [all …]
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_efuse.h | 64 u8 word_cnts; member
|
/drivers/staging/r8188eu/include/ |
D | rtw_efuse.h | 63 u8 word_cnts; member
|