Searched refs:wrctl (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/nios2/cpu/ |
| H A D | interrupts.c | 30 wrctl (CTL_STATUS, val & ~STATUS_IE); in disable_interrupts() 37 wrctl (CTL_STATUS, val | STATUS_IE); in enable_interrupts() 71 wrctl (CTL_IENABLE, irqs); in def_hdlr() 98 wrctl (CTL_IENABLE, ena); in irq_install_handler()
|
| H A D | start.S | 26 wrctl status, r0 /* Disable interrupts */ 57 wrctl ienable, r0 /* All disabled */
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | head.S | 65 wrctl status, r0 /* Disable interrupts */ 103 wrctl tlbacc, et 148 wrctl ienable, r0
|
| H A D | entry.S | 148 wrctl status, r24 181 wrctl status, r10 234 wrctl status, r10 488 wrctl status, r7 499 wrctl status, r7
|
| H A D | insnemu.S | 40 wrctl estatus, et 545 wrctl estatus, r5
|
| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/ |
| H A D | nios2.h | 25 #define wrctl(reg, val) __builtin_wrctl(reg, val) macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/ |
| H A D | head.S | 23 wrctl status, r0 /* disable interrupt */
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | entry.h | 85 wrctl estatus, r24
|