ata_tf_load_pio

Name

ata_tf_load_pio --  send taskfile registers to host controller

Synopsis

void ata_tf_load_pio (struct ata_port * ap, struct ata_taskfile * tf);

Arguments

ap

-- undescribed --

tf

ATA taskfile register set

Description

Outputs ATA taskfile to standard ATA host controller using PIO.

LOCKING

Inherited from caller.