Lines Matching defs:offs
452 int offs = 0;
455 while (len > offs) {
458 cnt = min(len - offs, NFC_SRAM_SIZE);
477 memcpy_fromio(buf + offs, nfc->regs + NFC_RAM0_BASE,
479 offs += cnt;
490 int offs = 0;
493 while (len > offs) {
496 cnt = min(len - offs, NFC_SRAM_SIZE);
503 memcpy_toio(nfc->regs + NFC_RAM0_BASE, buf + offs, cnt);
516 offs += cnt;