Lines Matching refs:command
698 static void flctl_cmdfunc(struct mtd_info *mtd, unsigned int command, in flctl_cmdfunc() argument
707 if (command != NAND_CMD_PAGEPROG) in flctl_cmdfunc()
710 switch (command) { in flctl_cmdfunc()
719 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc()
720 | command); in flctl_cmdfunc()
722 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
740 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8) in flctl_cmdfunc()
744 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
755 set_cmd_regs(mtd, command, (NAND_CMD_RNDOUTSTART << 8) in flctl_cmdfunc()
756 | command); in flctl_cmdfunc()
758 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
766 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
787 (command << 8) | NAND_CMD_ERASE1); in flctl_cmdfunc()
831 set_cmd_regs(mtd, command, (command << 8) | NAND_CMD_SEQIN); in flctl_cmdfunc()
840 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()
850 set_cmd_regs(mtd, command, command); in flctl_cmdfunc()