Lines Matching defs:offset

72 	oobregion->offset = (section * 16) + 6;
84 oobregion->offset = (section * 16) + 2;
108 oobregion->offset = (section * 16) + 7;
124 oobregion->offset = (section * 16) + 2;
144 oobregion->offset = (section * 16) + 8;
159 oobregion->offset = ((section - 1) * 16) + 14;
162 oobregion->offset = (section * 16) + 2;
382 if (addr < mtd->eraseregions[i].offset)
392 * @param addr offset to read from or write to
726 * onenand_bufferram_offset - [DEFAULT] BufferRAM offset
729 * @return offset given area
731 * Return BufferRAM offset given area
753 * @param offset offset to read from or write to
759 unsigned char *buffer, int offset, size_t count)
775 word = this->read_word(bufferram + offset + count);
779 memcpy(buffer, bufferram + offset, count);
789 * @param offset offset to read from or write to
795 unsigned char *buffer, int offset, size_t count)
813 word = this->read_word(bufferram + offset + count);
817 memcpy(buffer, bufferram + offset, count);
829 * @param offset offset to read from or write to
835 const unsigned char *buffer, int offset, size_t count)
851 /* Calculate byte access offset */
852 byte_offset = offset + count;
860 memcpy(bufferram + offset, buffer, count);
1048 * @param column oob offset to read from
1108 * @param from offset to read from
1210 * @param from offset to read from
1339 * @param from offset to read from
1434 * @param from: offset to read from
1521 * @param from offset to read from
1599 * @param to offset to read from
1627 * @param addr offset to read from
1688 * @param to offset to write to
1768 * @param column oob offset to write to
1780 * @param to offset to write to
1961 * @param to offset to write to
2074 * @param to: offset to write
2105 * @param ofs offset from device start
2277 region_end = region->offset + region->erasesize * region->numblocks;
2314 region_end = region->offset + region->erasesize * region->numblocks;
2356 * Erase region's start offset is always block start address.
2358 region_offset = region->offset;
2410 * onenand_block_isbad - [MTD Interface] Check whether the block at the given offset is bad
2412 * @param ofs offset relative to mtd start
2429 * @param ofs offset from device start
2462 * onenand_block_markbad - [MTD Interface] Mark the block at the given offset as bad
2464 * @param ofs offset relative to mtd start
2490 * @param ofs offset relative to mtd start
2570 * @param ofs offset relative to mtd start
2588 * @param ofs offset relative to mtd start
2688 * @param addr offset to read from or write to
2762 * @param to offset to write to
2893 * @param from The offset to read
2930 * @param to The offset to write
2974 * @param from The offset to lock
3022 * @param from The offset to read/write
3119 * @param from The offset to read
3151 * @param from The offset to read
3167 * @param from The offset to write
3183 * @param from The offset to lock
3449 mtd->eraseregions[i].offset = ofs;
3463 mtd->eraseregions[i].offset = ofs;
3480 printk(KERN_INFO "[offset: 0x%08x, erasesize: 0x%05x,"
3482 (unsigned int) mtd->eraseregions[i].offset,