OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ndev
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/riscv/dev/
plicvar.h
48
uint32_t
sc_ndev
;
member in struct:plic_softc
plic_fdt.c
65
if (irq > sc->
sc_ndev
) {
67
irq, sc->
sc_ndev
);
189
error = of_getprop_uint32(phandle, "riscv,ndev", &sc->
sc_ndev
);
195
if (sc->
sc_ndev
> PLIC_MAX_IRQ) {
197
sc->
sc_ndev
);
plic.c
193
const size_t szintrs = sizeof(*sc->sc_intr) * sc->
sc_ndev
;
194
const size_t szintrevs = sizeof(*sc->sc_intrevs) * sc->
sc_ndev
;
207
aprint_normal(": RISC-V PLIC (%u IRQs)\n", sc->
sc_ndev
);
213
for (irq = PLIC_FIRST_IRQ; irq < sc->
sc_ndev
; irq++) {
/src/sys/dev/pci/
machfb.c
114
uint32_t sc_nbus,
sc_ndev
, sc_nfunc;
member in struct:mach64_softc
436
sc->
sc_ndev
= pa->pa_device;
Completed in 191 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025