.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ATA_EXEC_COMMAND_MMIO" "9" "09 October 2005" "" ""
.SH NAME
ata_exec_command_mmio \- issue ATA command to host controller
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ata_exec_command_mmio (struct ata_port * \fIap\fB, struct ata_taskfile * \fItf\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIap\fB\fR
port to which command is being issued
.TP
\fB\fItf\fB\fR
ATA taskfile register set
.SH "DESCRIPTION"
.PP
Issues MMIO write to ATA command register, with proper
synchronization with interrupt handler / other threads.
.SH "LOCKING"
.PP
spin_lock_irqsave(host_set lock)