Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c242 uint32_t reg_ndcr; member
516 info->reg_ndcr |= NDCR_DWIDTH_M; in pxa3xx_nand_init_timings()
546 ndcr = info->reg_ndcr; in pxa3xx_nand_start()
1045 if (info->reg_ndcr & NDCR_DWIDTH_M) in nand_cmdfunc()
1106 if (info->reg_ndcr & NDCR_DWIDTH_M) in nand_cmdfunc_extended()
1445 info->reg_ndcr = 0x0; /* enable all interrupts */ in pxa3xx_nand_config_ident()
1447 info->reg_ndcr |= NDCR_RD_ID_CNT(READ_ID_BYTES); in pxa3xx_nand_config_ident()
1448 info->reg_ndcr |= NDCR_SPARE_EN; in pxa3xx_nand_config_ident()
1471 info->reg_ndcr = ndcr & in pxa3xx_nand_detect_config()
1499 info->reg_ndcr = 0x0; /* enable all interrupts */ in pxa3xx_nand_sensing()
[all …]