b2oidx            191 tools/firmware_load.c     static int b2oidx, b2idx;
b2oidx            194 tools/firmware_load.c         b2oidx = adr2idx(fw, fw->base_copied);
b2oidx            201 tools/firmware_load.c         if ((idx >= b2oidx) && (idx < b2oidx + fw->size2))
b2oidx            203 tools/firmware_load.c             idx = idx - b2oidx + b2idx;