OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_bus_max
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/arm/fdt/
pcihost_fdtvar.h
79
u_int
sc_bus_max
;
member in struct:pcihost_softc
pcihost_fdt.c
172
sc->
sc_bus_max
= be32toh(data[1]);
175
sc->
sc_bus_max
= PCIHOST_DEFAULT_BUS_MAX;
422
if (b < sc->sc_bus_min || b > sc->
sc_bus_max
)
449
if (b < sc->sc_bus_min || b > sc->
sc_bus_max
)
/src/sys/arch/riscv/fdt/
pcihost_fdtvar.h
79
u_int
sc_bus_max
;
member in struct:pcihost_softc
pcihost_fdt.c
156
sc->
sc_bus_max
= be32toh(data[1]);
159
sc->
sc_bus_max
= PCIHOST_DEFAULT_BUS_MAX;
403
if (b < sc->sc_bus_min || b > sc->
sc_bus_max
)
430
if (b < sc->sc_bus_min || b > sc->
sc_bus_max
)
/src/sys/arch/arm/rockchip/
rk3399_pcie.c
404
sc->sc_phsc.
sc_bus_max
= 31;
410
sc->sc_phsc.
sc_bus_max
= be32dec(&bus_range[1]);
/src/sys/arch/arm/broadcom/
bcm2838_pcie.c
85
uint32_t
sc_bus_max
;
member in struct:bcmstb_softc
265
sc->
sc_bus_max
= 0x01;
/src/sys/arch/riscv/starfive/
jh7110_pcie.c
182
if (bus >= phsc->sc_bus_min || bus <= phsc->
sc_bus_max
)
Completed in 18 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025