Searched refs:tmpidx (Results 1 – 3 of 3) sorted by relevance
215 u32 tmpidx = 0; in efuse_OneByteRead() local238 while (!(0x80 & rtw_read8(padapter, EFUSE_CTRL + 3)) && (tmpidx < 1000)) { in efuse_OneByteRead()240 tmpidx++; in efuse_OneByteRead()242 if (tmpidx < 100) { in efuse_OneByteRead()256 u8 tmpidx = 0; in efuse_OneByteWrite() local273 while ((0x80 & rtw_read8(padapter, EFUSE_CTRL + 3)) && (tmpidx < 100)) { in efuse_OneByteWrite()275 tmpidx++; in efuse_OneByteWrite()278 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()799 int tmpidx; in sysvipc_find_ipc() local803 tmpidx = *pos - 1; in sysvipc_find_ipc()805 ipc = idr_get_next(&ids->ipcs_idr, &tmpidx); in sysvipc_find_ipc()811 *pos = tmpidx + 1; in sysvipc_find_ipc()
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 …]