Lines Matching defs:offset
63 oobregion->offset = 7;
77 oobregion->offset = 0;
80 oobregion->offset = 15;
431 * @ofs: the offset in the page, between 0 and (512 + 16 + 512)
451 * @ofs: offset in page to read
500 * @ofs: offset in page to write
675 * @offset: the offset in the page (must be a multiple of 4)
690 * - one read of 512 bytes at offset 0
691 * - one read of 512 bytes at offset 512 + 16
696 int page, int offset)
701 block0, block1, page, offset);
702 if (offset >= DOC_LAYOUT_WEAR_OFFSET)
704 if (!wear_area && offset > (DOC_LAYOUT_PAGE_OOB_SIZE * 2))
713 ret = doc_read_seek(docg3, block0, block1, page, wear_area, offset);
723 if (offset >= DOC_LAYOUT_PAGE_SIZE * 2)
724 offset -= 2 * DOC_LAYOUT_PAGE_SIZE;
725 doc_flash_address(docg3, offset >> 2);
747 * ended up on an odd offset in the 1024 bytes double page, ie. between the 2
820 * @from: offset in flash
824 * @ofs: offset in page
857 * @from: the offset from first block and first page, in bytes, aligned on page
1001 * @from: the offset to find the correct block
1028 * @from: the offset in which the block is.
1207 * @to: the offset from first block and first page, in bytes, aligned on page
1322 * @to: the page offset in the chip
1362 * @ofs: the offset from first block and first page, in bytes, aligned on page