Searched refs:tmpidx (Results 1 – 4 of 4) sorted by relevance
80 u8 tmpidx = 0, bResult; in efuse_one_byte_read() local89 (tmpidx < 100)) in efuse_one_byte_read()90 tmpidx++; in efuse_one_byte_read()91 if (tmpidx < 100) { in efuse_one_byte_read()103 u8 tmpidx = 0, bResult; in efuse_one_byte_write() local113 (tmpidx < 100)) in efuse_one_byte_write()114 tmpidx++; in efuse_one_byte_write()115 if (tmpidx < 100) in efuse_one_byte_write()125 u8 tmpidx = 0, tmpv8 = 0, bResult; in efuse_one_byte_rw() local135 (tmpidx < 100)) in efuse_one_byte_rw()[all …]
321 u8 tmpidx = 0; in efuse_OneByteRead23a() local334 (tmpidx < 100)) in efuse_OneByteRead23a()335 tmpidx++; in efuse_OneByteRead23a()336 if (tmpidx < 100) { in efuse_OneByteRead23a()349 u8 tmpidx = 0; in efuse_OneByteWrite23a() local365 (tmpidx < 100)) { in efuse_OneByteWrite23a()366 tmpidx++; in efuse_OneByteWrite23a()369 if (tmpidx < 100) in efuse_OneByteWrite23a()
491 u8 tmpidx = 0; in Efuse_PgPacketRead() local533 for (tmpidx = 0; tmpidx < word_cnts*2; tmpidx++) { in Efuse_PgPacketRead()534 if (efuse_OneByteRead(pAdapter, efuse_addr+1+tmpidx, &efuse_data)) { in Efuse_PgPacketRead()535 tmpdata[tmpidx] = efuse_data; in Efuse_PgPacketRead()914 u8 tmpidx = 0; in efuse_OneByteRead() local923 while (!(0x80 & usb_read8(pAdapter, EFUSE_CTRL+3)) && (tmpidx < 100)) in efuse_OneByteRead()924 tmpidx++; in efuse_OneByteRead()925 if (tmpidx < 100) { in efuse_OneByteRead()937 u8 tmpidx = 0; in efuse_OneByteWrite() local948 while ((0x80 & usb_read8(pAdapter, EFUSE_CTRL+3)) && (tmpidx < 100)) in efuse_OneByteWrite()[all …]
617 u8 tmpidx = 0; in efuse_one_byte_read() local632 && (tmpidx < 100)) { in efuse_one_byte_read()633 tmpidx++; in efuse_one_byte_read()636 if (tmpidx < 100) { in efuse_one_byte_read()650 u8 tmpidx = 0; in efuse_one_byte_write() local667 && (tmpidx < 100)) { in efuse_one_byte_write()668 tmpidx++; in efuse_one_byte_write()671 if (tmpidx < 100) in efuse_one_byte_write()690 u8 tmpidx; in efuse_read_data_case1() local699 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()[all …]