OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_IE
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/nios2/include/asm/
nios2.h
29
#define
STATUS_IE
(1<<0) /* Interrupt enable */
/external/u-boot/arch/nios2/cpu/
interrupts.c
29
wrctl (CTL_STATUS, val & ~
STATUS_IE
);
30
return (val &
STATUS_IE
);
36
wrctl (CTL_STATUS, val |
STATUS_IE
);
Completed in 781 milliseconds