Searched refs:tmpidx (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl8712_efuse.c80 u8 tmpidx = 0, bResult; local
88 while (!(0x80 & r8712_read8(padapter, EFUSE_CTRL+3)) && (tmpidx < 100))
89 tmpidx++;
90 if (tmpidx < 100) {
102 u8 tmpidx = 0, bResult; local
111 while ((0x80 & r8712_read8(padapter, EFUSE_CTRL+3)) && (tmpidx < 100))
112 tmpidx++;
113 if (tmpidx < 100)
123 u8 tmpidx = 0, tmpv8 = 0, bResult; local
133 (tmpidx < 10
244 u8 tmpidx = 0; local
[all...]
/drivers/net/wireless/rtlwifi/
H A Defuse.c602 u8 tmpidx = 0; local
617 && (tmpidx < 100)) {
618 tmpidx++;
621 if (tmpidx < 100) {
634 u8 tmpidx = 0; local
651 && (tmpidx < 100)) {
652 tmpidx++;
655 if (tmpidx < 100)
675 u8 tmpidx; local
684 for (tmpidx
[all...]

Completed in 53 milliseconds