Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_efuse.c78 tmpidx++; in efuse_one_byte_read()
79 if (tmpidx < 100) { in efuse_one_byte_read()
102 tmpidx++; in efuse_one_byte_write()
103 if (tmpidx < 100) in efuse_one_byte_write()
124 tmpidx++; in efuse_one_byte_rw()
125 if (tmpidx < 100) { in efuse_one_byte_rw()
137 tmpidx++; in efuse_one_byte_rw()
138 if (tmpidx < 100) in efuse_one_byte_rw()
235 u8 tmpidx = 0; in r8712_efuse_pg_packet_read() local
253 for (tmpidx = 0; tmpidx < word_cnts * 2; in r8712_efuse_pg_packet_read()
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c242 u32 tmpidx = 0; in efuse_OneByteRead() local
265 while (!(0x80 & rtw_read8(padapter, EFUSE_CTRL+3)) && (tmpidx < 1000)) { in efuse_OneByteRead()
267 tmpidx++; in efuse_OneByteRead()
269 if (tmpidx < 100) { in efuse_OneByteRead()
283 u8 tmpidx = 0; in efuse_OneByteWrite() local
309 while ((0x80 & rtw_read8(padapter, EFUSE_CTRL+3)) && (tmpidx < 100)) { in efuse_OneByteWrite()
311 tmpidx++; in efuse_OneByteWrite()
314 if (tmpidx < 100) in efuse_OneByteWrite()
/openbmc/linux/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()
802 int tmpidx; in sysvipc_find_ipc() local
806 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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c584 u8 tmpidx = 0; in efuse_one_byte_read() local
599 && (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() local
634 && (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() local
667 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) { in efuse_read_data_case1()
[all …]