Home
last modified time | relevance | path

Searched defs:NDCR_PAGE_SZ (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c58 #define NDCR_PAGE_SZ (0x1 << 24) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c133 #define NDCR_PAGE_SZ(x) (x >= 2048 ? BIT(24) : 0) macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2354 #define NDCR_PAGE_SZ (0x3<<24) macro