Lines Matching refs:command
697 static void flctl_cmdfunc(struct mtd_info *mtd, unsigned int command, in flctl_cmdfunc() argument
706 if (command != NAND_CMD_PAGEPROG) in flctl_cmdfunc()
709 switch (command) { in flctl_cmdfunc()
718 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc()
719 | command); in flctl_cmdfunc()
721 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
739 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc()
743 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
754 set_cmd_regs(mtd, command, (NAND_CMD_RNDOUTSTART << 8) in flctl_cmdfunc()
755 | command); in flctl_cmdfunc()
757 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
765 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
786 (command << 8) | NAND_CMD_ERASE1); in flctl_cmdfunc()
830 set_cmd_regs(mtd, command, (command << 8) | NAND_CMD_SEQIN); in flctl_cmdfunc()
839 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
849 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()