Searched refs:set_cmd_regs (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/mtd/nand/raw/ |
| D | sh_flctl.c | 552 static void set_cmd_regs(struct mtd_info *mtd, uint32_t cmd, uint32_t flcmcdr_val) in set_cmd_regs() function 640 set_cmd_regs(mtd, NAND_CMD_READ0, in execmd_read_page_sector() 687 set_cmd_regs(mtd, NAND_CMD_READ0, in execmd_read_oob() 710 set_cmd_regs(mtd, NAND_CMD_PAGEPROG, in execmd_write_page_sector() 736 set_cmd_regs(mtd, NAND_CMD_PAGEPROG, in execmd_write_oob() 771 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc() 774 set_cmd_regs(mtd, command, command); in flctl_cmdfunc() 792 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc() 796 set_cmd_regs(mtd, command, command); in flctl_cmdfunc() 807 set_cmd_regs(mtd, command, (NAND_CMD_RNDOUTSTART << 8) in flctl_cmdfunc() [all …]
|