Home
last modified time | relevance | path

Searched refs:tmpindex (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
Drtl8712_efuse.c206 u8 tmpindex = 0; in pgpacket_copy_data() local
212 targetdata[byte_idx] = sourdata[tmpindex++]; in pgpacket_copy_data()
213 targetdata[byte_idx + 1] = sourdata[tmpindex++]; in pgpacket_copy_data()
/drivers/net/wireless/rtlwifi/
Defuse.c782 u8 tmpindex; in efuse_write_data_case1() local
794 for (tmpindex = 0; tmpindex < (tmp_word_cnts * 2); tmpindex++) { in efuse_write_data_case1()
795 u16 address = *efuse_addr + 1 + tmpindex; in efuse_write_data_case1()