OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:int2stat
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/newsmips/newsmips/
news4000.c
84
uint32_t
int2stat
;
local in function:news4000_intr
86
int2stat
= *(volatile uint32_t *)NEWS4000_INTST2;
88
if (
int2stat
& NEWS4000_INT2_TIMER) {
news5000.c
93
uint32_t
int2stat
;
local in function:news5000_intr
95
int2stat
= *(volatile uint32_t *)NEWS5000_INTST2;
108
if (
int2stat
& NEWS5000_INT2_TIMER0) {
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025