Name

ata_altstatus — Read device alternate status reg

Synopsis

u8 ata_altstatus (struct ata_port * ap);

Arguments

ap

port where the device is

Description

Reads ATA taskfile alternate status register for currently-selected device and return its value.

Note

may NOT be used as the check_altstatus entry in ata_port_operations.

LOCKING

Inherited from caller.