Lines Matching full:ide
28 similar to PCI IDE hardware may utilize several generic helpers,
197 Control PCI IDE BMDMA engine
208 When setting up an IDE BMDMA transaction, these hooks arm
211 IDE DMA Status register.
216 Most legacy IDE drivers use :c:func:`ata_bmdma_setup` for the
218 to the PRD table to the IDE PRD Table Address register, enable DMA in the DMA
221 Most legacy IDE drivers use :c:func:`ata_bmdma_start` for the
225 Many legacy IDE drivers use :c:func:`ata_bmdma_stop` for the
229 Many legacy IDE drivers use :c:func:`ata_bmdma_status` as the
249 tables have been prepared. IDE BMDMA drivers use the helper function
331 Most legacy IDE drivers use :c:func:`ata_sff_interrupt` for the irq_handler
335 Most legacy IDE drivers use :c:func:`ata_sff_irq_clear` for the
371 a legacy IDE PRD table and returns.
627 master IDE interface. If a controller provides other better mechanism
889 taskfile/BMDMA PCI IDE, stopping active DMA transaction may be
891 taskfile/BMDMA PCI IDE complying controllers may have implementation
992 Andre Hedrick (www.linux-ide.org), and long hours pondering the ATA and