Searched refs:IRQ_DISABLE_BASIC (Results 1 – 5 of 5) sorted by relevance
49 IRQ_DISABLE_BASIC = 0x000000ff; in rt_hw_interrupt_init()78 IRQ_DISABLE_BASIC = (1 << vector); in rt_hw_interrupt_mask()
63 IRQ_DISABLE_BASIC = 0x000000ff; in rt_hw_interrupt_init()102 IRQ_DISABLE_BASIC = (1 << vector); in rt_hw_interrupt_mask()
36 #define IRQ_DISABLE_BASIC HWREG32(IRQ_BASE + 0x24) macro
139 #define IRQ_DISABLE_BASIC HWREG32(IRQ_BASE + 0x0024) macro
143 #define IRQ_DISABLE_BASIC __REG32(IRQ_BASE + 0x0024) macro
Completed in 13 milliseconds