Lines Matching defs:command
493 /* fill command */
496 /* send out command */
503 /* This function issues the specified command to the NAND device and
543 * a NAND command. */
1334 /* Used by the upper layer to write command to NAND Flash for
1336 static void mxc_nand_command(struct nand_chip *nand_chip, unsigned command,
1343 command, column, page_addr);
1345 /* Reset command state information */
1349 switch (command) {
1352 host->devtype_data->send_cmd(host, command, false);
1359 host->devtype_data->send_cmd(host, command, true);
1362 command, column, page_addr);
1367 host->devtype_data->send_cmd(host, command, true);
1375 host->devtype_data->send_cmd(host, command, false);
1378 command, column);
1383 host->devtype_data->send_cmd(host, command, false);
1390 WARN_ONCE(1, "Unimplemented command (cmd=%u)\n",
1391 command);
1786 /* 50 us command delay time */