Home
last modified time | relevance | path

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

/linux-3.3/drivers/mtd/nand/
Dnand_base.c2164 #define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0) macro
/linux-3.3/drivers/mtd/onenand/
Donenand_base.c1713 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) macro