Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c187 #define NDCB0_CMD2(x) ((x & 0xFF) << 8) macro
1046 NDCB0_CMD2(NAND_CMD_READSTART), in marvell_nfc_hw_ecc_hmg_do_read_page()
1159 NDCB0_CMD2(NAND_CMD_PAGEPROG) | in marvell_nfc_hw_ecc_hmg_do_write_page()
1328 NDCB0_CMD2(NAND_CMD_READSTART); 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()
1736 NDCB0_CMD2(instr->ctx.cmd.opcode) | in marvell_nfc_parse_instructions()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2398 #define NDCB0_CMD2 (0xff<<8) macro