Home
last modified time | relevance | path

Searched refs:INTERRUPT_ARM_LOCAL_CNTPSIRQ (Results 1 – 2 of 2) sorted by relevance

/platform/bcm28xx/
A Dintc.c91 if (vector >= INTERRUPT_ARM_LOCAL_CNTPSIRQ && vector <= INTERRUPT_ARM_LOCAL_CNTVIRQ) { in mask_interrupt()
96 *REG32(reg) &= (1 << (vector - INTERRUPT_ARM_LOCAL_CNTPSIRQ)); in mask_interrupt()
123 if (vector >= INTERRUPT_ARM_LOCAL_CNTPSIRQ && vector <= INTERRUPT_ARM_LOCAL_CNTVIRQ) { in unmask_interrupt()
128 *REG32(reg) |= (1 << (vector - INTERRUPT_ARM_LOCAL_CNTPSIRQ)); in unmask_interrupt()
/platform/bcm28xx/include/platform/
A Dbcm28xx.h161 #define INTERRUPT_ARM_LOCAL_CNTPSIRQ (ARM_IRQ_LOCAL_BASE + 0) macro

Completed in 4 milliseconds