Lines Matching defs:offs
442 int offs = 0;
445 while (len > offs) {
448 cnt = min(len - offs, NFC_SRAM_SIZE);
467 memcpy_fromio(buf + offs, nfc->regs + NFC_RAM0_BASE,
469 offs += cnt;
480 int offs = 0;
483 while (len > offs) {
486 cnt = min(len - offs, NFC_SRAM_SIZE);
493 memcpy_toio(nfc->regs + NFC_RAM0_BASE, buf + offs, cnt);
506 offs += cnt;