OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imskp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/alpha/tc/
tc_3000_300.c
95
volatile uint32_t *
imskp
;
local in function:tc_3000_300_intr_setup
102
imskp
= (volatile uint32_t *)(DEC_3000_300_IOASIC_ADDR + IOASIC_IMSK);
103
*
imskp
&= ~(IOASIC_INTR_300_OPT0 | IOASIC_INTR_300_OPT1);
133
volatile uint32_t *
imskp
;
local in function:tc_3000_300_intr_establish
155
imskp
= (volatile uint32_t *)(DEC_3000_300_IOASIC_ADDR + IOASIC_IMSK);
158
*
imskp
|= IOASIC_INTR_300_OPT0;
161
*
imskp
|= IOASIC_INTR_300_OPT1;
172
volatile uint32_t *
imskp
;
local in function:tc_3000_300_intr_disestablish
183
imskp
= (volatile uint32_t *)(DEC_3000_300_IOASIC_ADDR + IOASIC_IMSK);
186
*
imskp
&= ~IOASIC_INTR_300_OPT0
[
all
...]
tc_3000_300.c
95
volatile uint32_t *
imskp
;
local in function:tc_3000_300_intr_setup
102
imskp
= (volatile uint32_t *)(DEC_3000_300_IOASIC_ADDR + IOASIC_IMSK);
103
*
imskp
&= ~(IOASIC_INTR_300_OPT0 | IOASIC_INTR_300_OPT1);
133
volatile uint32_t *
imskp
;
local in function:tc_3000_300_intr_establish
155
imskp
= (volatile uint32_t *)(DEC_3000_300_IOASIC_ADDR + IOASIC_IMSK);
158
*
imskp
|= IOASIC_INTR_300_OPT0;
161
*
imskp
|= IOASIC_INTR_300_OPT1;
172
volatile uint32_t *
imskp
;
local in function:tc_3000_300_intr_disestablish
183
imskp
= (volatile uint32_t *)(DEC_3000_300_IOASIC_ADDR + IOASIC_IMSK);
186
*
imskp
&= ~IOASIC_INTR_300_OPT0
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025