Lines Matching refs:HWIF
219 dma_stat = HWIF(drive)->ide_dma_end(drive); in ide_dma_intr()
220 stat = HWIF(drive)->INB(IDE_STATUS_REG); /* get drive status */ in ide_dma_intr()
374 ide_hwif_t *hwif = HWIF(drive); in ide_build_dmatable()
470 struct pci_dev *dev = HWIF(drive)->pci_dev; in ide_destroy_dmatable()
471 struct scatterlist *sg = HWIF(drive)->sg_table; in ide_destroy_dmatable()
472 int nents = HWIF(drive)->sg_nents; in ide_destroy_dmatable()
474 pci_unmap_sg(dev, sg, nents, HWIF(drive)->sg_dma_direction); in ide_destroy_dmatable()
475 HWIF(drive)->sg_dma_active = 0; in ide_destroy_dmatable()
494 ide_hwif_t *hwif = HWIF(drive); in config_drive_for_dma()
540 ide_hwif_t *hwif = HWIF(drive); in dma_timer_expiry()
591 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_host_off()
612 return HWIF(drive)->ide_dma_host_off(drive); in __ide_dma_off_quietly()
628 return HWIF(drive)->ide_dma_off_quietly(drive); in __ide_dma_off()
644 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_host_on()
667 return HWIF(drive)->ide_dma_host_on(drive); in __ide_dma_on()
688 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_read()
727 return HWIF(drive)->ide_dma_count(drive); in __ide_dma_read()
734 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_write()
773 return HWIF(drive)->ide_dma_count(drive); in __ide_dma_write()
780 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_begin()
798 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_end()
821 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_test_irq()
897 return HWIF(drive)->ide_dma_begin(drive); in __ide_dma_count()
905 ide_hwif_t *hwif = HWIF(drive); in __ide_dma_verbose()
981 if (HWIF(drive)->ide_dma_test_irq(drive)) in __ide_dma_timeout()
983 return HWIF(drive)->ide_dma_end(drive); in __ide_dma_timeout()