write_device_control
status_t (*write_device_control)(void *channelCookie, uint8 val);
status_t (*write_device_control) (ata_adapter_channel_info *channel, uint8 val);
return fController->write_device_control(fCookie, ATA_DEVICE_CONTROL_BIT3
&write_device_control,
return sATAAdapter->write_device_control(
&write_device_control,
return sATAAdapter->write_device_control(
write_device_control(channel, ATA_DEVICE_CONTROL_BIT3);
write_device_control(channel, ATA_DEVICE_CONTROL_BIT3 | ATA_DEVICE_CONTROL_DISABLE_INTS);
&write_device_control,
return sATAAdapter->write_device_control(
return sATAAdapter->write_device_control(
write_device_control,
return sATAAdapter->write_device_control((ata_adapter_channel_info *)channel_cookie, val);
.write_device_control = &device_control_write,