Searched refs:portAPIC_LDR (Results 1 – 2 of 2) sorted by relevance
352 portAPIC_LDR = 0xFFFFFFFF; in prvSetupTimerInterrupt()353 portAPIC_LDR = ( ( portAPIC_LDR & 0x00FFFFFF ) | 0x00000001 ); in prvSetupTimerInterrupt()
105 #define portAPIC_LDR ( *( ( volatile uint32_t * ) ( configAPIC_BASE + 0xD0UL ) )… macro