Searched refs:tmpidx (Results 1 – 4 of 4) sorted by relevance
68 u8 tmpidx = 0, bResult; in efuse_one_byte_read() local77 (tmpidx < 100)) in efuse_one_byte_read()78 tmpidx++; in efuse_one_byte_read()79 if (tmpidx < 100) { in efuse_one_byte_read()91 u8 tmpidx = 0, bResult; in efuse_one_byte_write() local101 (tmpidx < 100)) in efuse_one_byte_write()102 tmpidx++; in efuse_one_byte_write()103 if (tmpidx < 100) in efuse_one_byte_write()113 u8 tmpidx = 0, tmpv8 = 0, bResult; in efuse_one_byte_rw() local123 (tmpidx < 100)) in efuse_one_byte_rw()[all …]
241 u32 tmpidx = 0; in efuse_OneByteRead() local264 while (!(0x80 & rtw_read8(padapter, EFUSE_CTRL + 3)) && (tmpidx < 1000)) { in efuse_OneByteRead()266 tmpidx++; in efuse_OneByteRead()268 if (tmpidx < 100) { in efuse_OneByteRead()282 u8 tmpidx = 0; in efuse_OneByteWrite() local299 while ((0x80 & rtw_read8(padapter, EFUSE_CTRL + 3)) && (tmpidx < 100)) { in efuse_OneByteWrite()301 tmpidx++; in efuse_OneByteWrite()304 if (tmpidx < 100) in efuse_OneByteWrite()
469 int tmpidx; in ipc_search_maxidx() local477 tmpidx = retval | (1<<i); in ipc_search_maxidx()482 tmpidx = tmpidx-1; in ipc_search_maxidx()483 if (idr_get_next(&ids->ipcs_idr, &tmpidx)) in ipc_search_maxidx()802 int tmpidx; in sysvipc_find_ipc() local806 tmpidx = *pos - 1; in sysvipc_find_ipc()808 ipc = idr_get_next(&ids->ipcs_idr, &tmpidx); in sysvipc_find_ipc()814 *pos = tmpidx + 1; in sysvipc_find_ipc()
584 u8 tmpidx = 0; in efuse_one_byte_read() local599 && (tmpidx < 100)) { in efuse_one_byte_read()600 tmpidx++; in efuse_one_byte_read()603 if (tmpidx < 100) { in efuse_one_byte_read()617 u8 tmpidx = 0; in efuse_one_byte_write() local634 && (tmpidx < 100)) { in efuse_one_byte_write()635 tmpidx++; in efuse_one_byte_write()638 if (tmpidx < 100) in efuse_one_byte_write()658 u8 tmpidx; in efuse_read_data_case1() local667 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()[all …]