Searched refs:NAND_CMD_READSTART (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | sh_flctl.c | 631 (NAND_CMD_READSTART << 8) | NAND_CMD_READ0); in execmd_read_page_sector() 678 (NAND_CMD_READSTART << 8) | NAND_CMD_READ0); in execmd_read_oob() 762 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc() 783 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc()
|
A D | nand_legacy.c | 486 chip->legacy.cmd_ctrl(chip, NAND_CMD_READSTART, in nand_command_lp()
|
A D | pl35x-nand-controller.c | 606 PL35X_SMC_CMD_PHASE_CMD1(NAND_CMD_READSTART) | in pl35x_nand_read_page_hwecc() 1019 PL35X_SMC_ECC_CMD1_READ_END(NAND_CMD_READSTART) | in pl35x_nand_reset_state()
|
A D | mpc5121_nfc.c | 374 mpc5121_nfc_send_cmd(mtd, NAND_CMD_READSTART); in mpc5121_nfc_command()
|
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()
|
A D | hisi504_nand.c | 264 hinfc_write(host, NAND_CMD_READSTART << 8 | NAND_CMD_READ0, in hisi_nfc_send_cmd_readstart()
|
A D | mxc_nand.c | 726 host->devtype_data->send_cmd(host, NAND_CMD_READSTART, true); in mxc_nand_read_page_v1() 786 NAND_CMD_READSTART, true); in mxc_nand_read_page_v2_v3()
|
A D | vf610_nfc.c | 564 cmd1 |= NAND_CMD_READSTART << CMD_BYTE2_SHIFT; in vf610_nfc_read_page()
|
A D | cafe_nand.c | 245 cafe_writel(cafe, cafe->ctl2 | 0x100 | NAND_CMD_READSTART, NAND_CTRL2); in cafe_nand_cmdfunc()
|
A D | fsl_elbc_nand.c | 290 (NAND_CMD_READSTART << FCR_CMD1_SHIFT)); in fsl_elbc_do_read()
|
A D | nandsim.c | 1079 case NAND_CMD_READSTART: in ns_check_command() 1109 case NAND_CMD_READSTART: in ns_get_state_by_command()
|
A D | fsl_ifc_nand.c | 268 (NAND_CMD_READSTART << IFC_NAND_FCR0_CMD1_SHIFT), in fsl_ifc_do_read()
|
A D | tegra_nand.c | 510 writel_relaxed(NAND_CMD_READSTART, ctrl->regs + CMD_REG2); in tegra_nand_page_xfer()
|
A D | marvell_nand.c | 1046 NDCB0_CMD2(NAND_CMD_READSTART), in marvell_nfc_hw_ecc_hmg_do_read_page() 1316 NDCB0_CMD2(NAND_CMD_READSTART); in marvell_nfc_hw_ecc_bch_read_chunk()
|
A D | arasan-nand-controller.c | 415 CMD_2(NAND_CMD_READSTART) | in anfc_read_page_hw_ecc()
|
A D | meson_nand.c | 620 nfc->cmdfifo.rw.cmd1 = cs | NFC_CMD_CLE | NAND_CMD_READSTART; in meson_nfc_rw_cmd_prepare_and_execute()
|
A D | stm32_fmc2_nand.c | 766 FIELD_PREP(FMC2_CSQCFGR1_CMD2, NAND_CMD_READSTART) | in stm32_fmc2_nfc_rw_page_init()
|
A D | sunxi_nand.c | 930 NAND_CMD_READSTART, nfc->regs + NFC_REG_RCMD_SET); in sunxi_nfc_hw_ecc_read_chunks_dma()
|
A D | nand_base.c | 1184 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_read_page_op() 1221 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_cont_read_page_op()
|
/linux-6.3-rc2/drivers/mtd/nand/raw/bcm47xxnflash/ |
A D | ops_bcm4706.c | 113 ctlcode |= NAND_CMD_READSTART << 8; in bcm47xxnflash_ops_bcm4706_read()
|
/linux-6.3-rc2/include/linux/mtd/ |
A D | rawnand.h | 69 #define NAND_CMD_READSTART 0x30 macro
|
/linux-6.3-rc2/drivers/mtd/nand/raw/atmel/ |
A D | nand-controller.c | 1067 nc->op.cmds[nc->op.ncmds++] = NAND_CMD_READSTART; in atmel_hsmc_nand_pmecc_read_pg()
|
Completed in 126 milliseconds