Lines Matching refs:hwif
84 static void aec6210_set_mode(ide_hwif_t *hwif, ide_drive_t *drive) in aec6210_set_mode() argument
86 struct pci_dev *dev = to_pci_dev(hwif->dev); in aec6210_set_mode()
112 static void aec6260_set_mode(ide_hwif_t *hwif, ide_drive_t *drive) in aec6260_set_mode() argument
114 struct pci_dev *dev = to_pci_dev(hwif->dev); in aec6260_set_mode()
129 pci_read_config_byte(dev, (0x44|hwif->channel), &ultra); in aec6260_set_mode()
133 pci_write_config_byte(dev, (0x44|hwif->channel), tmp2); in aec6260_set_mode()
137 static void aec_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) in aec_set_pio_mode() argument
140 hwif->port_ops->set_dma_mode(hwif, drive); in aec_set_pio_mode()
163 static u8 atp86x_cable_detect(ide_hwif_t *hwif) in atp86x_cable_detect() argument
165 struct pci_dev *dev = to_pci_dev(hwif->dev); in atp86x_cable_detect()
166 u8 ata66 = 0, mask = hwif->channel ? 0x02 : 0x01; in atp86x_cable_detect()