Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c99 #define NDCB0_DBC (0x1 << 19) macro
885 info->ndcb0 |= NDCB0_DBC | (NAND_CMD_READSTART << 8) | in prepare_set_command()
891 info->ndcb0 |= NDCB0_DBC | (NAND_CMD_READSTART << 8); in prepare_set_command()
893 info->ndcb0 |= NDCB0_DBC | (NAND_CMD_READSTART << 8) in prepare_set_command()
965 | NDCB0_DBC in prepare_set_command()
1005 | NDCB0_DBC in prepare_set_command()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c190 #define NDCB0_DBC BIT(19) macro
1044 NDCB0_DBC | in marvell_nfc_hw_ecc_hmg_do_read_page()
1160 NDCB0_DBC, in marvell_nfc_hw_ecc_hmg_do_write_page()
1326 nfc_op.ndcb[0] |= NDCB0_DBC | in marvell_nfc_hw_ecc_bch_read_chunk()
1607 nfc_op.ndcb[0] |= NDCB0_CMD2(NAND_CMD_PAGEPROG) | NDCB0_DBC; in marvell_nfc_hw_ecc_bch_write_chunk()
1737 NDCB0_DBC; in marvell_nfc_parse_instructions()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2396 #define NDCB0_DBC (0x1<<19) macro