Home
last modified time | relevance | path

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

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