Searched refs:tmp_word_cnts (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c748 u8 tmp_word_cnts; local
752 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en);
755 *efuse_addr = *efuse_addr + (tmp_word_cnts * 2) + 1;
758 for (tmpindex = 0; tmpindex < (tmp_word_cnts * 2); tmpindex++) {
767 *efuse_addr = *efuse_addr + (tmp_word_cnts * 2) + 1;
834 *efuse_addr += (2 * tmp_word_cnts) + 1;
854 u8 tmp_word_cnts; local
874 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en);
894 (tmp_word_cnts * 2) + 1;
897 *efuse_addr = *efuse_addr + (tmp_word_cnts *
[all...]

Completed in 148 milliseconds