Lines Matching defs:aligned
111 pr_debug("%s: length not block aligned\n", __func__);
2789 /* Column address within the page aligned to ECC size (256bytes) */
2795 /* Data size aligned to ECC ecc.size */
2800 /* If we read not a page aligned data */
3118 int chipnr, page, realpage, col, bytes, aligned, oob_required;
3147 aligned = (bytes == mtd->writesize);
3149 if (!aligned)
3162 if (use_bounce_buf && aligned)
3175 else if (!aligned && NAND_HAS_SUBPAGE_READ(chip) &&
3974 /* Reject writes, which are not page aligned */
3976 pr_notice("%s: attempt to write non page aligned data\n",