Home
last modified time | relevance | path

Searched refs:NDCR_PG_PER_BLK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c68 #define NDCR_PG_PER_BLK (0x1 << 14) macro
1460 info->reg_ndcr |= (chip->page_shift == 6) ? NDCR_PG_PER_BLK : 0; in pxa3xx_nand_config_tail()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2364 #define NDCR_PG_PER_BLK (0x1<<14) macro