Searched refs:NDCB0_CMD2 (Results 1 – 2 of 2) sorted by relevance
185 #define NDCB0_CMD2(x) ((x & 0xFF) << 8) macro1032 NDCB0_CMD2(NAND_CMD_READSTART), in marvell_nfc_hw_ecc_hmg_do_read_page()1145 NDCB0_CMD2(NAND_CMD_PAGEPROG) | in marvell_nfc_hw_ecc_hmg_do_write_page()1302 NDCB0_CMD2(NAND_CMD_READSTART); in marvell_nfc_hw_ecc_bch_read_chunk()1581 nfc_op.ndcb[0] |= NDCB0_CMD2(NAND_CMD_PAGEPROG) | NDCB0_DBC; in marvell_nfc_hw_ecc_bch_write_chunk()1701 NDCB0_CMD2(instr->ctx.cmd.opcode) | in marvell_nfc_parse_instructions()
2398 #define NDCB0_CMD2 (0xff<<8) macro