OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdctl
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/nios2/cpu/
interrupts.c
28
int val =
rdctl
(CTL_STATUS);
35
int val =
rdctl
(CTL_STATUS);
45
irqs =
rdctl
(CTL_IENABLE) &
rdctl
(CTL_IPENDING);
64
unsigned irqs =
rdctl
(CTL_IENABLE);
81
unsigned ena =
rdctl
(CTL_IENABLE);
exceptions.S
56
rdctl
et, estatus
60
rdctl
et, estatus
65
rdctl
et, ipending
/external/u-boot/arch/nios2/include/asm/
nios2.h
11
* Control registers -- use with wrctl() &
rdctl
()
23
#define
rdctl
(reg) __builtin_rdctl(reg)
macro
Completed in 6198 milliseconds