ata_data_xfer_noirq — Transfer data by PIO
void ata_data_xfer_noirq
(struct ata_device * adev, unsigned char * buf, unsigned int buflen, int write_data);
device to target
data buffer
buffer length
read/write
Transfer data from/to the device data register by PIO. Do the transfer with interrupts disabled.
Inherited from caller.