Lines Matching defs:tmpidx
584 u8 tmpidx = 0;
599 && (tmpidx < 100)) {
600 tmpidx++;
603 if (tmpidx < 100) {
617 u8 tmpidx = 0;
634 && (tmpidx < 100)) {
635 tmpidx++;
638 if (tmpidx < 100)
658 u8 tmpidx;
667 for (tmpidx = 0; tmpidx < word_cnts * 2; tmpidx++) {
668 if (efuse_one_byte_read(hw, *efuse_addr + 1 + tmpidx,
670 tmpdata[tmpidx] = efuse_data;