Searched refs:tmpidx (Results 1 – 2 of 2) sorted by relevance
216 u32 tmpidx = 0; in efuse_OneByteRead() local239 while (!(0x80 & rtw_read8(padapter, EFUSE_CTRL + 3)) && (tmpidx < 1000)) { in efuse_OneByteRead()241 tmpidx++; in efuse_OneByteRead()243 if (tmpidx < 100) { in efuse_OneByteRead()257 u8 tmpidx = 0; in efuse_OneByteWrite() local274 while ((0x80 & rtw_read8(padapter, EFUSE_CTRL + 3)) && (tmpidx < 100)) { in efuse_OneByteWrite()276 tmpidx++; in efuse_OneByteWrite()279 if (tmpidx < 100) in efuse_OneByteWrite()
593 u8 tmpidx = 0; in efuse_one_byte_read() local608 && (tmpidx < 100)) { in efuse_one_byte_read()609 tmpidx++; in efuse_one_byte_read()612 if (tmpidx < 100) { in efuse_one_byte_read()626 u8 tmpidx = 0; in efuse_one_byte_write() local643 && (tmpidx < 100)) { in efuse_one_byte_write()644 tmpidx++; in efuse_one_byte_write()647 if (tmpidx < 100) in efuse_one_byte_write()667 u8 tmpidx; in efuse_read_data_case1() local676 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()[all …]
Completed in 8 milliseconds