Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Drawnand.h575 NAND_OP_DATA_IN_INSTR, enumerator
646 .type = NAND_OP_DATA_IN_INSTR, \
668 .type = NAND_OP_DATA_IN_INSTR, \
776 .type = NAND_OP_DATA_IN_INSTR, \
893 case NAND_OP_DATA_IN_INSTR: in nand_op_trace()
/Linux-v5.4/drivers/mtd/nand/raw/
Dams-delta.c186 case NAND_OP_DATA_IN_INSTR: in ams_delta_exec_op()
Dvf610_nfc.c435 if (instr && instr->type == NAND_OP_DATA_IN_INSTR) { in vf610_nfc_cmd()
450 if (instr && instr->type == NAND_OP_DATA_IN_INSTR) { in vf610_nfc_cmd()
Dmeson_nand.c843 if (WARN_ON(instr->type != NAND_OP_DATA_IN_INSTR)) in meson_nand_op_get_dma_safe_input_buf()
856 if (WARN_ON(instr->type != NAND_OP_DATA_IN_INSTR) || in meson_nand_op_put_dma_safe_input_buf()
925 case NAND_OP_DATA_IN_INSTR: in meson_nfc_exec_op()
Dmarvell_nand.c1689 case NAND_OP_DATA_IN_INSTR: in marvell_nfc_parse_instructions()
1734 bool reading = (instr->type == NAND_OP_DATA_IN_INSTR); in marvell_nfc_xfer_data_pio()
1764 reading = (nfc_op.data_instr->type == NAND_OP_DATA_IN_INSTR); in marvell_nfc_monolithic_access_exec()
1842 case NAND_OP_DATA_IN_INSTR: in marvell_nfc_naked_access_exec()
Dmxic_nand.c422 case NAND_OP_DATA_IN_INSTR: in mxic_nfc_exec_op()
Dfsmc_nand.c629 case NAND_OP_DATA_IN_INSTR: in fsmc_exec_op()
Dtegra_nand.c395 case NAND_OP_DATA_IN_INSTR: in tegra_nand_cmd()
Ddenali.c1102 case NAND_OP_DATA_IN_INSTR: in denali_exec_instr()
Dstm32_fmc2_nand.c1356 case NAND_OP_DATA_IN_INSTR: in stm32_fmc2_exec_op()
Dnandsim.c2164 case NAND_OP_DATA_IN_INSTR: in ns_exec_op()
Dsunxi_nand.c1811 case NAND_OP_DATA_IN_INSTR: in sunxi_nfc_exec_subop()
Dnand_base.c1996 case NAND_OP_DATA_IN_INSTR: in nand_op_parser_must_split_instr()
2228 return instr && (instr->type == NAND_OP_DATA_IN_INSTR || in nand_instr_is_data()
/Linux-v5.4/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c2461 case NAND_OP_DATA_IN_INSTR: in gpmi_nfc_exec_op()