Lines Matching defs:wear
391 * band data (16 bytes). For each, 4 more bytes can be accessed, where the wear
450 * @wear: if true, read will occur on the 4 extra bytes of the wear area
454 * Alternatively, programs the flash to the wear area of the specified page.
457 int wear, int ofs)
461 doc_dbg("doc_seek(blocks=(%d,%d), page=%d, ofs=%d, wear=%d)\n",
462 block0, block1, page, ofs, wear);
464 if (!wear && (ofs < 2 * DOC_LAYOUT_PAGE_SIZE)) {
475 if (wear)
503 * Alternatively, programs the flash to the wear area of the specified page.