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 …]
918 struct ata_port_operations { struct941 void (*thaw)(struct ata_port *ap);942 ata_prereset_fn_t prereset;943 ata_reset_fn_t softreset;944 ata_reset_fn_t hardreset;945 ata_postreset_fn_t postreset;946 ata_prereset_fn_t pmp_prereset;947 ata_reset_fn_t pmp_softreset;948 ata_reset_fn_t pmp_hardreset;949 ata_postreset_fn_t pmp_postreset;[all …]
Completed in 14 milliseconds