OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_gicd_typer
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/cortex/
gicv3.h
67
uint32_t
sc_gicd_typer
;
member in struct:gicv3_softc
gicv3.c
64
#define GIC_SUPPORTS_1OFN(sc) (((sc)->
sc_gicd_typer
& GICD_TYPER_No1N) == 0)
868
sc->
sc_gicd_typer
= gicd_read_4(sc, GICD_TYPER);
895
sc->sc_pic.pic_maxsources = GICD_TYPER_LINES(sc->
sc_gicd_typer
);
902
if ((sc->
sc_gicd_typer
& GICD_TYPER_LPIS) != 0) {
936
if ((sc->
sc_gicd_typer
& GICD_TYPER_LPIS) != 0)
Completed in 53 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025