Searched refs:pci_sc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dsiop_pci_common.c201 siop_pci_attach_common(struct siop_pci_common_softc *pci_sc, argument
216 pci_sc->sc_pp =
218 if (pci_sc->sc_pp == NULL) {
223 siop_sc->features = pci_sc->sc_pp->features;
227 siop_sc->maxburst = pci_sc->sc_pp->maxburst;
228 siop_sc->maxoff = pci_sc->sc_pp->maxoff;
229 siop_sc->clock_div = pci_sc->sc_pp->clock_div;
230 siop_sc->clock_period = pci_sc->sc_pp->clock_period;
231 siop_sc->ram_size = pci_sc->sc_pp->ram_size;
234 pci_sc
[all...]

Completed in 58 milliseconds