Searched refs:NAND_CMD_READSTART (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | sh_flctl.c | 630 (NAND_CMD_READSTART << 8) | NAND_CMD_READ0); in execmd_read_page_sector() 677 (NAND_CMD_READSTART << 8) | NAND_CMD_READ0); in execmd_read_oob() 761 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc() 782 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc()
|
| H A D | nand_legacy.c | 486 chip->legacy.cmd_ctrl(chip, NAND_CMD_READSTART, in nand_command_lp()
|
| H A D | pl35x-nand-controller.c | 613 PL35X_SMC_CMD_PHASE_CMD1(NAND_CMD_READSTART) | in pl35x_nand_read_page_hwecc() 1033 PL35X_SMC_ECC_CMD1_READ_END(NAND_CMD_READSTART) | in pl35x_nand_reset_state()
|
| H A D | mpc5121_nfc.c | 374 mpc5121_nfc_send_cmd(mtd, NAND_CMD_READSTART); in mpc5121_nfc_command()
|
| H A D | hisi504_nand.c | 264 hinfc_write(host, NAND_CMD_READSTART << 8 | NAND_CMD_READ0, in hisi_nfc_send_cmd_readstart()
|
| H A D | fsl_elbc_nand.c | 290 (NAND_CMD_READSTART << FCR_CMD1_SHIFT)); in fsl_elbc_do_read()
|
| H A D | nandsim.c | 1078 case NAND_CMD_READSTART: in ns_check_command() 1108 case NAND_CMD_READSTART: in ns_get_state_by_command()
|
| H A D | tegra_nand.c | 510 writel_relaxed(NAND_CMD_READSTART, ctrl->regs + CMD_REG2); in tegra_nand_page_xfer()
|
| H A D | arasan-nand-controller.c | 415 CMD_2(NAND_CMD_READSTART) | in anfc_read_page_hw_ecc()
|
| H A D | meson_nand.c | 735 nfc->cmdfifo.rw.cmd1 = cs | NFC_CMD_CLE | NAND_CMD_READSTART; in meson_nfc_rw_cmd_prepare_and_execute()
|
| H A D | stm32_fmc2_nand.c | 784 FIELD_PREP(FMC2_CSQCFGR1_CMD2, NAND_CMD_READSTART) | in stm32_fmc2_nfc_rw_page_init()
|
| H A D | nand_base.c | 1192 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_read_page_op() 1261 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_cont_read_page_op()
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 69 #define NAND_CMD_READSTART 0x30 macro
|
| /linux/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 221 [NAND_CMD_READSTART] = CMD_NOT_SUPPORTED,
|