Searched refs:set_cmd_regs (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | sh_flctl.c | 538 static void set_cmd_regs(struct mtd_info *mtd, uint32_t cmd, uint32_t flcmcdr_val) in set_cmd_regs() function 629 set_cmd_regs(mtd, NAND_CMD_READ0, in execmd_read_page_sector() 676 set_cmd_regs(mtd, NAND_CMD_READ0, in execmd_read_oob() 699 set_cmd_regs(mtd, NAND_CMD_PAGEPROG, in execmd_write_page_sector() 725 set_cmd_regs(mtd, NAND_CMD_PAGEPROG, in execmd_write_oob() 761 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc() 764 set_cmd_regs(mtd, command, command); in flctl_cmdfunc() 782 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc() 786 set_cmd_regs(mtd, command, command); in flctl_cmdfunc() 797 set_cmd_regs(mtd, command, (NAND_CMD_RNDOUTSTART << 8) in flctl_cmdfunc() [all …]
|