Searched refs:NAND_CMD_READSTART (Results 1 – 22 of 22) 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() 1026 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 | renesas-nand-controller.c | 408 COMMAND_2(NAND_CMD_READSTART) | COMMAND_FIFO_SEL | in rnandc_read_page_hw_ecc() 502 COMMAND_2(NAND_CMD_READSTART) | COMMAND_FIFO_SEL | in rnandc_read_subpage_hw_ecc()
|
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 | vf610_nfc.c | 565 cmd1 |= NAND_CMD_READSTART << CMD_BYTE2_SHIFT; in vf610_nfc_read_page()
|
H A D | cafe_nand.c | 245 cafe_writel(cafe, cafe->ctl2 | 0x100 | NAND_CMD_READSTART, NAND_CTRL2); in cafe_nand_cmdfunc()
|
H A D | fsl_elbc_nand.c | 290 (NAND_CMD_READSTART << FCR_CMD1_SHIFT)); in fsl_elbc_do_read()
|
H A D | nandsim.c | 1079 case NAND_CMD_READSTART: in ns_check_command() 1109 case NAND_CMD_READSTART: in ns_get_state_by_command()
|
H A D | qcom_nandc.c | 1585 case NAND_CMD_READSTART: in qcom_op_cmd_mapping() 1999 instr->ctx.cmd.opcode != NAND_CMD_READSTART) in qcom_check_op()
|
H A D | fsl_ifc_nand.c | 269 (NAND_CMD_READSTART << IFC_NAND_FCR0_CMD1_SHIFT), in fsl_ifc_do_read()
|
H A D | tegra_nand.c | 510 writel_relaxed(NAND_CMD_READSTART, ctrl->regs + CMD_REG2); in tegra_nand_page_xfer()
|
H A D | marvell_nand.c | 1046 NDCB0_CMD2(NAND_CMD_READSTART), in marvell_nfc_hw_ecc_hmg_do_read_page() 1328 NDCB0_CMD2(NAND_CMD_READSTART); in marvell_nfc_hw_ecc_bch_read_chunk()
|
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 | sunxi_nand.c | 929 NAND_CMD_READSTART, nfc->regs + NFC_REG_RCMD_SET); in sunxi_nfc_hw_ecc_read_chunks_dma()
|
H A D | stm32_fmc2_nand.c | 783 FIELD_PREP(FMC2_CSQCFGR1_CMD2, NAND_CMD_READSTART) | in stm32_fmc2_nfc_rw_page_init()
|
H A D | nand_base.c | 1191 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_read_page_op() 1260 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_cont_read_page_op()
|
/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 113 ctlcode |= NAND_CMD_READSTART << 8; in bcm47xxnflash_ops_bcm4706_read()
|
/linux/include/linux/mtd/ |
H A D | rawnand.h | 69 #define NAND_CMD_READSTART 0x30 macro
|
/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 1067 nc->op.cmds[nc->op.ncmds++] = NAND_CMD_READSTART; in atmel_hsmc_nand_pmecc_read_pg()
|