Lines Matching defs:command
739 static void flctl_cmdfunc(struct nand_chip *chip, unsigned int command,
749 if (command != NAND_CMD_PAGEPROG)
752 switch (command) {
761 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8)
762 | command);
764 set_cmd_regs(mtd, command, command);
782 set_cmd_regs(mtd, command, (NAND_CMD_READSTART << 8)
786 set_cmd_regs(mtd, command, command);
797 set_cmd_regs(mtd, command, (NAND_CMD_RNDOUTSTART << 8)
798 | command);
800 set_cmd_regs(mtd, command, command);
808 set_cmd_regs(mtd, command, command);
829 (command << 8) | NAND_CMD_ERASE1);
837 /* output read command */
873 set_cmd_regs(mtd, command, (command << 8) | NAND_CMD_SEQIN);
882 set_cmd_regs(mtd, command, command);
892 set_cmd_regs(mtd, command, command);
1164 /* 20 us command delay time */