Lines Matching refs:hwif
96 auide_insw(drive->hwif->io_ports.data_addr, buf, (len + 1) / 2); in au1xxx_input_data()
102 auide_outsw(drive->hwif->io_ports.data_addr, buf, (len + 1) / 2); in au1xxx_output_data()
106 static void au1xxx_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) in au1xxx_set_pio_mode() argument
167 static void auide_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) in auide_set_dma_mode() argument
217 ide_hwif_t *hwif = drive->hwif; in auide_build_dmatable() local
227 sg = hwif->sg_table; in auide_build_dmatable()
346 static int auide_ddma_init(ide_hwif_t *hwif, const struct ide_port_info *d) in auide_ddma_init() argument
352 dev_id = hwif->ddma_id; in auide_ddma_init()
395 (void)ide_allocate_dma_engine(hwif); in auide_ddma_init()
403 static int auide_ddma_init(ide_hwif_t *hwif, const struct ide_port_info *d) in auide_ddma_init() argument
560 auide_hwif.hwif = host->ports[0]; in au_ide_probe()