Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds