OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ic0_base
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mips/alchemy/
au_icu.c
144
static bus_addr_t
ic0_base
, ic1_base;
variable in typeref:typename:bus_addr_t
160
ic0_base
= chip->icus[0];
170
REGVAL(
ic0_base
+ IC_MASK_CLEAR) = 0xffffffff;
171
REGVAL(
ic0_base
+ IC_WAKEUP_CLEAR) = 0xffffffff;
172
REGVAL(
ic0_base
+ IC_SOURCE_SET) = 0xffffffff;
173
REGVAL(
ic0_base
+ IC_RISING_EDGE) = 0xffffffff;
174
REGVAL(
ic0_base
+ IC_FALLING_EDGE) = 0xffffffff;
175
REGVAL(
ic0_base
+ IC_TEST_BIT) = 0;
222
icu_base = (irq < 32) ?
ic0_base
: ic1_base;
291
icu_base = (irq < 32) ?
ic0_base
: ic1_base
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025