Home | History | Annotate | Download | only in pci

Lines Matching refs:sc_pct

220 	sc->sc_pct = pa->pa_pc;
247 data = pci_conf_read(sc->sc_pct, sc->sc_pcitag, PCI_COMMAND_STATUS_REG);
249 pci_conf_write(sc->sc_pct, sc->sc_pcitag, PCI_COMMAND_STATUS_REG, data);
274 intrstr = pci_intr_string(sc->sc_pct, sc->sc_pihp[0], intrbuf,
276 sc->sc_ih = pci_intr_establish_xname(sc->sc_pct, sc->sc_pihp[0],
426 failih: pci_intr_disestablish(sc->sc_pct, sc->sc_ih);
428 failia: pci_intr_release(sc->sc_pct, sc->sc_pihp, 1);
458 pci_intr_disestablish(sc->sc_pct, sc->sc_ih);
462 pci_intr_release(sc->sc_pct, sc->sc_pihp, 1);
3170 rev = pci_conf_read(sc->sc_pct, sc->sc_pcitag, PCI_CLASS_REG);