Lines Matching refs:start
274 * Return: the start buffer value
967 * @addr: start address to invalidate
1265 /* If there is more to load then start next load */
1371 printk(KERN_ERR "%s: Attempted to start read outside oob\n",
2005 printk(KERN_ERR "%s: Attempted to start write outside oob\n",
2114 * @ofs: offset from device start
2353 pr_debug("%s: start=0x%012llx, len=%llu\n", __func__,
2365 * Erase region's start offset is always block start address.
2421 * @ofs: offset relative to mtd start
2438 * @ofs: offset from device start
2473 * @ofs: offset relative to mtd start
2499 * @ofs: offset relative to mtd start
2508 int start, end, block, value, status;
2511 start = onenand_block(this, ofs);
2521 /* Set start block address */
2522 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2546 for (block = start; block < end + 1; block++) {
2553 /* Set start block address */
2579 * @ofs: offset relative to mtd start
2597 * @ofs: offset relative to mtd start
2631 /* Set start block address */
2659 /* Set start block address */
3081 otpinfo->start = from;
3505 * @start: first erase block to check
3516 static int flexonenand_check_blocks_erased(struct mtd_info *mtd, int start, int end)
3530 printk(KERN_DEBUG "Check blocks from %d to %d\n", start, end);
3532 for (block = start; block <= end; block++) {