Lines Matching refs:start
274 * @return the start buffer value
967 * @param 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",
1996 printk(KERN_ERR "%s: Attempted to start write outside oob\n",
2105 * @param ofs offset from device start
2344 pr_debug("%s: start=0x%012llx, len=%llu\n", __func__,
2356 * Erase region's start offset is always block start address.
2412 * @param ofs offset relative to mtd start
2429 * @param ofs offset from device start
2464 * @param ofs offset relative to mtd start
2490 * @param ofs offset relative to mtd start
2499 int start, end, block, value, status;
2502 start = onenand_block(this, ofs);
2512 /* Set start block address */
2513 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2537 for (block = start; block < end + 1; block++) {
2544 /* Set start block address */
2570 * @param ofs offset relative to mtd start
2588 * @param ofs offset relative to mtd start
2622 /* Set start block address */
2650 /* Set start block address */
3074 otpinfo->start = from;
3497 * @param start - first erase block to check
3508 static int flexonenand_check_blocks_erased(struct mtd_info *mtd, int start, int end)
3522 printk(KERN_DEBUG "Check blocks from %d to %d\n", start, end);
3524 for (block = start; block <= end; block++) {