Lines Matching refs:ata_channel
227 int unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_pci_alloc_resource()
339 unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_pci_setup_intr()
362 unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_pci_teardown_intr()
393 struct ata_channel *ch = device_get_softc(dev); in ata_pci_ch_attach()
431 struct ata_channel *ch = device_get_softc(dev); in ata_pci_ch_detach()
448 struct ata_channel *ch = device_get_softc(dev); in ata_pci_status()
471 struct ata_channel *ch = device_get_softc(dev); in ata_pci_hw()
480 struct ata_channel *ch = device_get_softc(request->parent); in ata_pci_dmastart()
498 struct ata_channel *ch = device_get_softc(request->parent); in ata_pci_dmastop()
514 struct ata_channel *ch = device_get_softc(dev); in ata_pci_dmareset()
530 struct ata_channel *ch = device_get_softc(dev); in ata_pci_dmainit()
626 struct ata_channel *ch = device_get_softc(dev); in ata_pcichannel_attach()
649 struct ata_channel *ch = device_get_softc(dev); in ata_pcichannel_detach()
668 struct ata_channel *ch = device_get_softc(dev); in ata_pcichannel_suspend()
687 struct ata_channel *ch = device_get_softc(dev); in ata_pcichannel_resume()
703 struct ata_channel *ch = device_get_softc(dev); in ata_pcichannel_reset()
731 struct ata_channel *ch = device_get_softc(dev); in ata_pcichannel_getrev()
762 sizeof(struct ata_channel),
789 struct ata_channel *ch; in ata_generic_intr()