Home
last modified time | relevance | path

Searched defs:ata_port_operations (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/driver-api/
A Dlibata.rst49 Set PIO/DMA mode
79 Taskfile read/write
94 PIO data read/write
107 ATA command execute
159 Select ATA device on bus
174 Private tuning method
197 Control PCI IDE BMDMA engine
232 High-level taskfile hooks
308 Hardware interrupt handling
332 SATA phy read/write
[all …]
/linux/include/linux/
A Dlibata.h944 struct ata_port_operations { struct
969 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