Lines Matching refs:ahci_controller
104 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_ctlr_setup()
131 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_ctlr_reset()
168 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_attach()
350 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_detach()
375 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_free_mem()
393 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_setup_interrupt()
454 struct ahci_controller *ctlr = irq->ctlr; in ahci_intr()
496 struct ahci_controller *ctlr = irq->ctlr; in ahci_intr_one()
512 struct ahci_controller *ctlr = irq->ctlr; in ahci_intr_one_edge()
528 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_alloc_resource()
597 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_setup_intr()
613 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_teardown_intr()
649 struct ahci_controller *ctlr = device_get_softc(dev); in ahci_get_dma_tag()
665 struct ahci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ahci_ch_attach()
2288 struct ahci_controller *ctlr = device_get_softc(device_get_parent(ch->dev)); in ahci_reset()