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

/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pcie.h40 int sc_busno; member in struct:mtk_pci_softc
H A Dmtk_pcie.c390 *result = sc->sc_busno;
405 sc->sc_busno = result;
/freebsd-13-stable/sys/mips/malta/
H A Dgt_pci.c119 int sc_busno; member in struct:gt_pci_softc
273 sc->sc_busno = busno;
612 *result = sc->sc_busno;
626 sc->sc_busno = result;
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_pci.c84 int sc_busno; member in struct:ar71xx_pci_softc
479 *result = sc->sc_busno;
494 sc->sc_busno = result;
H A Dar724x_pci.c81 int sc_busno; member in struct:ar71xx_pci_softc
453 *result = sc->sc_busno;
467 sc->sc_busno = result;
H A Dqca955x_pci.c89 int sc_busno; member in struct:ar71xx_pci_softc
377 *result = sc->sc_busno;
391 sc->sc_busno = result;
/freebsd-13-stable/sys/powerpc/powermac/
H A Dsmu.c1410 int sc_busno; member in struct:smuiic_softc
1481 OF_getprop(ofw_bus_get_node(dev), "reg", &sc->sc_busno,
1482 sizeof(sc->sc_busno));
1506 cmd.data[0] = sc->sc_busno;

Completed in 137 milliseconds