Home
last modified time | relevance | path

Searched refs:rdctl (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dinterrupts.c29 int val = rdctl (CTL_STATUS); in disable_interrupts()
36 int val = rdctl (CTL_STATUS); in enable_interrupts()
46 irqs = rdctl (CTL_IENABLE) & rdctl (CTL_IPENDING); in external_interrupt()
65 unsigned irqs = rdctl (CTL_IENABLE); in def_hdlr()
82 unsigned ena = rdctl (CTL_IENABLE); in irq_install_handler()
H A Dexceptions.S57 rdctl et, estatus
61 rdctl et, estatus
66 rdctl et, ipending
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dentry.S145 rdctl r24, status
152 rdctl r5, exception
179 rdctl r10, status
232 rdctl r10, status /* disable intrs */
344 rdctl r12, ipending
345 rdctl r9, ienable
366 rdctl r12, ipending /* check again if irq still pending */
367 rdctl r9, ienable /* Isolate possible interrupts */
420 rdctl r6, pteaddr
426 rdctl r6, badaddr
[all …]
H A Dhead.S90 rdctl r3 , pteaddr
99 rdctl r3, pteaddr
H A Dinsnemu.S140 rdctl r5, estatus
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dentry.h24 rdctl r24, estatus
60 rdctl r24, estatus
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dnios2.h24 #define rdctl(reg) __builtin_rdctl(reg) macro