Lines Matching refs:ata_pci_controller

50 static void ata_promise_queue_hpkt(struct ata_pci_controller *ctlr, u_int32_t hpkt);
51 static void ata_promise_next_hpkt(struct ata_pci_controller *ctlr);
101 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_ident()
190 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_chipinit()
342 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_status()
354 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_promise_dmastart()
378 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_promise_dmastop()
424 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_promise_setmode()
523 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_allocate()
563 struct ata_pci_controller *ctlr = data; in ata_promise_mio_intr()
603 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_status()
665 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_promise_mio_command()
704 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_reset()
832 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_softreset()
915 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_promise_mio_setmode()
930 struct ata_pci_controller *ctlr = data; in ata_promise_sx4_intr()
963 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_promise_sx4_command()
1117 ata_promise_queue_hpkt(struct ata_pci_controller *ctlr, u_int32_t hpkt) in ata_promise_queue_hpkt()
1136 ata_promise_next_hpkt(struct ata_pci_controller *ctlr) in ata_promise_next_hpkt()