ahci_intr
ahci_intr, &sc->sc, device_xname(self));
ahci_intr, &sc->sc, device_xname(self));
if (fdtbus_intr_establish_xname(phandle, 0, IPL_BIO, 0, ahci_intr,
sc->sc_ih = adm5120_intr_establish(aa->oba_irq, INTR_IRQ, ahci_intr, sc);
int ahci_intr(void *);
IPL_BIO, false, ahci_intr, sc, device_xname(self));
ahci_intr, sc, device_xname(self)) == NULL) {
int ahci_intr(void *);
intr_handler = ahci_intr;
intr_handler = ahci_intr;
ret |= ahci_intr(device_private(sc->sc_ahci));