Home
last modified time | relevance | path

Searched refs:tmpidx (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c215 u32 tmpidx = 0; in efuse_OneByteRead() local
238 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() local
273 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()
/linux-6.15/ipc/
H A Dutil.c469 int tmpidx; in ipc_search_maxidx() local
477 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() local
803 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()
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c593 u8 tmpidx = 0; in efuse_one_byte_read() local
608 && (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() local
643 && (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() local
676 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
[all …]