Lines Matching defs:aligned
112 pr_debug("%s: length not block aligned\n", __func__);
3108 /* Column address within the page aligned to ECC size (256bytes) */
3114 /* Data size aligned to ECC ecc.size */
3119 /* If we read not a page aligned data */
3546 int chipnr, page, realpage, col, bytes, aligned, oob_required;
3581 aligned = (bytes == mtd->writesize);
3583 if (!aligned)
3596 if (use_bounce_buf && aligned)
3609 else if (!aligned && NAND_HAS_SUBPAGE_READ(chip) &&
4424 /* Reject writes, which are not page aligned */
4426 pr_notice("%s: attempt to write non page aligned data\n",