Searched refs:HW_PSR_IRQ_FIQ_DISABLE (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_system.c | 106 bic r1, r0, #HW_PSR_IRQ_FIQ_DISABLE in OS_EnableInterrupts_IrqAndFiq() 108 and r0, r0, #HW_PSR_IRQ_FIQ_DISABLE in OS_EnableInterrupts_IrqAndFiq() 126 orr r1, r0, #HW_PSR_IRQ_FIQ_DISABLE in OS_DisableInterrupts_IrqAndFiq() 128 and r0, r0, #HW_PSR_IRQ_FIQ_DISABLE in OS_DisableInterrupts_IrqAndFiq() 146 bic r2, r1, #HW_PSR_IRQ_FIQ_DISABLE in OS_RestoreInterrupts_IrqAndFiq() 149 and r0, r1, #HW_PSR_IRQ_FIQ_DISABLE in OS_RestoreInterrupts_IrqAndFiq()
|
| /TwlSDK-5.1.0/include/nitro/hw/common/ |
| D | armArch.h | 64 #define HW_PSR_IRQ_FIQ_DISABLE 0xc0 // Disable FIQ and IRQ macro
|