Searched defs:ata_port_operations (Results 1 – 2 of 2) sorted by relevance
35 Disable ATA port65 Set PIO/DMA mode95 Taskfile read/write110 PIO data read/write123 ATA command execute175 Select ATA device on bus190 Private tuning method248 High-level taskfile hooks332 Hardware interrupt handling356 SATA phy read/write[all …]
873 struct ata_port_operations { struct898 void (*thaw)(struct ata_port *ap);899 ata_prereset_fn_t prereset;900 ata_reset_fn_t softreset;901 ata_reset_fn_t hardreset;902 ata_postreset_fn_t postreset;903 ata_prereset_fn_t pmp_prereset;904 ata_reset_fn_t pmp_softreset;905 ata_reset_fn_t pmp_hardreset;906 ata_postreset_fn_t pmp_postreset;[all …]
Completed in 18 milliseconds