Home
last modified time | relevance | path

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

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