ata_tf_read_mmio
Name
ata_tf_read_mmio -- input device's ATA taskfile shadow registers
Synopsis
void ata_tf_read_mmio
(struct ata_port * ap, struct ata_taskfile * tf);
Arguments
ap
Port from which input is read
tf
ATA taskfile register set for storing input
Description
Reads ATA taskfile registers for currently-selected device
into tf
via MMIO.
LOCKING
Inherited from caller.