OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:snpsid
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/fdt/
dwc3_fdt.c
319
const uint32_t
snpsid
= RD4(sc, DWC3_SNPSID);
local in function:dwc3_fdt_attach
320
const u_int rev = __SHIFTOUT(
snpsid
, DWC3_SNPSID_REV);
/src/sys/external/bsd/dwc2/
dwc2.c
1327
uint32_t
snpsid
= hsotg->hw_params.
snpsid
;
local in function:dwc2_init
1328
aprint_verbose_dev(sc->sc_dev, "Core Release: %x.%x%x%x (
snpsid
=%x)\n",
1329
snpsid
>> 12 & 0xf,
snpsid
>> 8 & 0xf,
1330
snpsid
>> 4 & 0xf,
snpsid
& 0xf,
snpsid
);
/src/sys/external/bsd/dwc2/dist/
dwc2_core.h
440
* @
snpsid
: Value from
SNPSID
register
468
u32
snpsid
;
member in struct:dwc2_hw_params
Completed in 13 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025