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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c1677 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) macro
1731 if (unlikely(NOTALIGNED(to) || NOTALIGNED(len))) {
1865 if (unlikely(NOTALIGNED(to) || NOTALIGNED(len))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c1253 #define NOTALIGNED(x) (x & (chip->subpagesize - 1)) != 0 macro
1278 if (NOTALIGNED(to) || NOTALIGNED(ops->len)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_47xx.c1253 #define NOTALIGNED(x) (x & (chip->subpagesize - 1)) != 0 macro
1278 if (NOTALIGNED(to) || NOTALIGNED(ops->len)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_base.c2140 #define NOTALIGNED(x) (x & (chip->subpagesize - 1)) != 0 macro
2170 if (NOTALIGNED(to) || NOTALIGNED(ops->len)) {

Completed in 90 milliseconds