Lines Matching defs:command
143 * rx_sync_cmd - send a command and wait
145 * @command: Command to execute
158 * This routine will send a synchronous command to the adapter and wait
162 static int rx_sync_cmd(struct aac_dev *dev, u32 command,
169 * Write the command into Mailbox 0
171 writel(command, &dev->IndexRegs->Mailbox[0]);
180 * Clear the synch command doorbell to start on a clean slate.
193 * Signal that there is a new synch command
207 * Mon960 will set doorbell0 bit when it has completed the command.
243 * Clear the synch command doorbell.