.\" 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_CHECK_STATUS" "9" "09 October 2005" "" "" .SH NAME ata_check_status \- Read device status reg & clear interrupt .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp u8 ata_check_status (struct ata_port * \fIap\fB); \fR .SH "ARGUMENTS" .TP \fB\fIap\fB\fR port where the device is .SH "DESCRIPTION" .PP Reads ATA taskfile status register for currently-selected device and return its value. This also clears pending interrupts from this device .PP May be used as the \fBcheck_status\fR entry in ata_port_operations. .SH "LOCKING" .PP Inherited from caller.