Lines Matching refs:IPSBAR
50 #define IPSBAR 0x40000000 macro
51 #define TIMER0 (IPSBAR + 0x00150000)
59 #define IPSBAR 0x40000000 macro
60 #define TIMER0 (IPSBAR + 0x00150000)
159 volatile uint32_t *icr55 = (uint32_t*)(IPSBAR + 0xc74);
183 *(volatile uint32_t *)(IPSBAR + 0xc08) &= (uint32_t)(~1);
187 *(volatile uint32_t *)(IPSBAR + 0xc08) &= (uint32_t)(~(1 << 23));
199 volatile uint32_t *icr55 = (uint32_t*)(IPSBAR + 0xc74);
223 *(volatile uint32_t *)(IPSBAR + 0xc08) &= (uint32_t)(~1);
227 *(volatile uint32_t *)(IPSBAR + 0xc08) &= (uint32_t)(~(1 << 23));
264 *(volatile uint32_t *)(0x40000000) = IPSBAR | 1; in TIMER_INIT()
317 *(volatile uint32_t *)(0x40000000) = IPSBAR | 1; in TIMER_INIT()