OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOTGINT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c
121
* Interrupt Register (
GOTGINT
) to determine what interrupt has occurred.
127
u32
gotgint
;
local in function:dwc2_handle_otg_intr
131
gotgint
= DWC2_READ_4(hsotg,
GOTGINT
);
133
dev_dbg(hsotg->dev, "++OTG Interrupt
gotgint
=%0x [%s]\n",
gotgint
,
136
if (
gotgint
& GOTGINT_SES_END_DET) {
171
if (
gotgint
& GOTGINT_SES_REQ_SUC_STS_CHNG) {
189
if (
gotgint
& GOTGINT_HST_NEG_SUC_STS_CHNG) {
239
if (
gotgint
& GOTGINT_HST_NEG_DET)
[
all
...]
dwc2_hw.h
60
#define
GOTGINT
HSOTG_REG(0x004)
dwc2_core.c
445
DWC2_WRITE_4(hsotg,
GOTGINT
, 0xffffffff);
2408
addr =
GOTGINT
;
2409
dev_dbg(hsotg->dev, "
GOTGINT
@0x%08lX : 0x%08X\n",
Completed in 69 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025