Home
last modified time | relevance | path

Searched refs:NDCR_RA_START (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c67 #define NDCR_RA_START (0x1 << 15) macro
1459 info->reg_ndcr |= (host->col_addr_cycles == 2) ? NDCR_RA_START : 0; in pxa3xx_nand_config_tail()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c131 #define NDCR_RA_START BIT(15) macro
140 #define NDCR_GENERIC_FIELDS_MASK (~(NDCR_RA_START | NDCR_PAGE_SZ(2048) | \
2527 marvell_nand->ndcr |= NDCR_RA_START; in marvell_nand_attach_chip()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2363 #define NDCR_RA_START (0x1<<15) macro