Lines Matching defs:command
165 CPB_CTL_QUEUED = (1 << 1), /* queued command */
171 CPB_RESP_DONE = (1 << 0), /* ATA command complete */
174 CPB_RESP_ATA_ERR = (1 << 3), /* ATA command error */
182 PRD_CDB = (1 << 2), /* atapi packet command pointer */
212 u8 command; /* ATA Command */
416 qc ? qc->tf.command : 0xff, irq_stat, idma_stat);
521 cpb->command = qc->tf.command;
568 tf->command = readb(port_base + PORT_TF_COMMAND);
578 * None works regardless of which command interface is used.
585 if (!(tf.command & ATA_ERR))
588 rtf->command = tf.command;
676 /* make DMA engine forget about the failed command */