Home
last modified time | relevance | path

Searched refs:NOTALIGNED (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mtd/onenand/
Donenand_base.c1357 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) macro
1431 if (unlikely(NOTALIGNED(to) || NOTALIGNED(len))) { in onenand_write_ops_nolock()
/external/u-boot/drivers/mtd/nand/
Dnand_base.c2514 #define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0) macro
2544 if (NOTALIGNED(to)) { in nand_do_write_ops()