Searched defs:aligned (Results 1 - 5 of 5) sorted by relevance

/drivers/mmc/host/
H A Dtmio_mmc_dma.c57 bool aligned = true, multiple = true; local
62 aligned = false;
69 if ((!aligned && (host->sg_len > 1 || sg->length > PAGE_CACHE_SIZE ||
83 if (!aligned) {
134 bool aligned = true, multiple = true; local
139 aligned = false;
146 if ((!aligned && (host->sg_len > 1 || sg->length > PAGE_CACHE_SIZE ||
160 if (!aligned) {
/drivers/gpu/drm/radeon/
H A Dradeon_fb.c69 int aligned = width; local
86 aligned += pitch_mask;
87 aligned &= ~pitch_mask;
88 return aligned;
/drivers/mtd/devices/
H A Dlart.c372 * aligned with the erasesize at the appropriate addresses.
385 * erase range is aligned with the erase size which is in
395 * next, check that the end of the requested erase is aligned
404 /* is the end aligned on a block boundary? */
524 __u32 aligned = to & ~(BUSWIDTH - 1); local
525 int gap = to - aligned;
533 if (!write_dword (aligned,*((__u32 *) tmp))) return (-EIO);
/drivers/ide/
H A Dide-tape.c929 size_t aligned = roundup(tape->valid, tape->blk_size); local
931 memset(tape->cur, 0, aligned - tape->valid);
932 idetape_queue_rw_tail(drive, REQ_IDETAPE_WRITE, aligned);
/drivers/mtd/nand/
H A Dnand_base.c122 pr_debug("%s: length not block aligned\n", __func__);
1184 /* Column address within the page aligned to ECC size (256bytes) */
1189 /* Data size aligned to ECC ecc.size */
1194 /* If we read not a page aligned data */
1462 int chipnr, page, realpage, col, bytes, aligned; local
1490 aligned = (bytes == mtd->writesize);
1494 bufpoi = aligned ? buf : chip->buffers->databuf;
1505 else if (!aligned && NAND_SUBPAGE_READ(chip) && !oob)
1512 if (!aligned)
1518 /* Transfer not aligned dat
[all...]

Completed in 238 milliseconds