Searched refs:NAND_CMD_RNDOUT (Results 1 – 11 of 11) sorted by relevance
222 command == NAND_CMD_READOOB || command == NAND_CMD_RNDOUT) { in cafe_nand_cmdfunc()242 if (command == NAND_CMD_RNDOUT) in cafe_nand_cmdfunc()309 case NAND_CMD_RNDOUT: in cafe_nand_cmdfunc()
466 case NAND_CMD_RNDOUT: in nand_command_lp()
561 case NAND_CMD_RNDOUT: in set_cmd_regs()792 case NAND_CMD_RNDOUT: in flctl_cmdfunc()
1088 case NAND_CMD_RNDOUT: in ns_check_command()1125 case NAND_CMD_RNDOUT: in ns_get_state_by_command()1960 if (byte == NAND_CMD_RNDOUT) in ns_nand_write_byte()
344 case NAND_CMD_RNDOUT: in fsl_elbc_cmdfunc()
1030 PL35X_SMC_ECC_CMD2_READ_COL_CHG(NAND_CMD_RNDOUT) | in pl35x_nand_reset_state()
768 if (subop->instrs[0].ctx.cmd.opcode == NAND_CMD_RNDOUT && in anfc_data_read_type_exec()
928 writel((NAND_CMD_RNDOUTSTART << 16) | (NAND_CMD_RNDOUT << 8) | in sunxi_nfc_hw_ecc_read_chunks_dma()
795 cfg[1] = FIELD_PREP(FMC2_CSQCFGR2_RCMD1, NAND_CMD_RNDOUT) | in stm32_fmc2_nfc_rw_page_init()
1462 NAND_OP_CMD(NAND_CMD_RNDOUT, 0), in nand_change_read_column_op()1484 chip->legacy.cmdfunc(chip, NAND_CMD_RNDOUT, offset_in_page, -1); in nand_change_read_column_op()
54 #define NAND_CMD_RNDOUT 5 macro