Home
last modified time | relevance | path

Searched defs:NOTALIGNED (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c1357 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) macro
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c1681 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c2489 #define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c4409 #define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0) macro