Searched defs:ata_port_operations (Results 1 – 2 of 2) sorted by relevance
49 Set PIO/DMA mode79 Taskfile read/write94 PIO data read/write107 ATA command execute159 Select ATA device on bus174 Private tuning method197 Control PCI IDE BMDMA engine232 High-level taskfile hooks308 Hardware interrupt handling332 SATA phy read/write[all …]
944 struct ata_port_operations { struct969 void (*thaw)(struct ata_port *ap);970 ata_prereset_fn_t prereset;971 ata_reset_fn_t softreset;972 ata_reset_fn_t hardreset;973 ata_postreset_fn_t postreset;974 ata_prereset_fn_t pmp_prereset;975 ata_reset_fn_t pmp_softreset;976 ata_reset_fn_t pmp_hardreset;977 ata_postreset_fn_t pmp_postreset;[all …]
Completed in 14 milliseconds