Searched refs:SIC_IWR1 (Results 1 – 17 of 17) sorted by relevance
/linux-3.4.99/arch/blackfin/mach-bf561/include/mach/ |
D | pll.h | 27 bfin_write32(SIC_IWR1 + SICA_SICB_OFF, iwr1); in bfin_iwr_restore() 38 *iwr1 = bfin_read32(SIC_IWR1 + SICA_SICB_OFF); in bfin_iwr_save()
|
D | defBF561.h | 46 #define SIC_IWR1 0xFFC00120 /* SIC Interrupt Wakeup-Enable register 1 */ macro
|
D | cdefBF561.h | 58 #define bfin_read_SIC_IWR1() bfin_read32(SIC_IWR1) 59 #define bfin_write_SIC_IWR1(val) bfin_write32(SIC_IWR1,val)
|
/linux-3.4.99/arch/blackfin/include/mach-common/ |
D | pll.h | 23 # ifdef SIC_IWR1 in bfin_iwr_restore() 42 # ifdef SIC_IWR1 in bfin_iwr_save()
|
/linux-3.4.99/arch/blackfin/mach-common/ |
D | clocks-init.c | 46 # ifdef SIC_IWR1 in init_clocks()
|
D | dpmc_modes.S | 254 [P0 + (SIC_IWR1 - SYSMMR_BASE)] = R1; 422 #ifdef SIC_IWR1 423 PM_SYS_PUSH(2, SIC_IWR1) 800 #ifdef SIC_IWR1 801 PM_SYS_POP(2, SIC_IWR1)
|
D | pm.c | 38 # ifdef SIC_IWR1 in bfin_pm_suspend_standby_enter()
|
D | ints-priority.c | 1089 # ifdef SIC_IWR1 in init_arch_irq()
|
/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/ |
D | defBF512.h | 42 #define SIC_IWR1 0xFFC00164 /* Interrupt Wakeup register */ macro
|
D | cdefBF512.h | 69 #define bfin_read_SIC_IWR1() bfin_read32(SIC_IWR1) 70 #define bfin_write_SIC_IWR1(val) bfin_write32(SIC_IWR1, val)
|
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/ |
D | defBF522.h | 45 #define SIC_IWR1 0xFFC00164 /* Interrupt Wakeup register */ macro
|
D | cdefBF522.h | 69 #define bfin_read_SIC_IWR1() bfin_read32(SIC_IWR1) 70 #define bfin_write_SIC_IWR1(val) bfin_write32(SIC_IWR1, val)
|
/linux-3.4.99/arch/blackfin/mach-bf538/include/mach/ |
D | defBF538.h | 36 #define SIC_IWR1 0xFFC00130 /* Interrupt Wakeup Register 1 */ macro
|
D | cdefBF538.h | 42 #define bfin_read_SIC_IWR1() bfin_read32(SIC_IWR1) 43 #define bfin_write_SIC_IWR1(val) bfin_write32(SIC_IWR1, val) 44 #define bfin_read_SIC_IWR(x) bfin_read32(SIC_IWR0 + x * (SIC_IWR1 - SIC_IWR0)) 45 #define bfin_write_SIC_IWR(x, val) bfin_write32(SIC_IWR0 + x * (SIC_IWR1 - SIC_IWR0), val)
|
/linux-3.4.99/arch/blackfin/mach-bf548/include/mach/ |
D | defBF54x_base.h | 46 #define SIC_IWR1 0xffc00128 /* System Interrupt Wakeup Register 1 */ macro
|
D | cdefBF54x_base.h | 61 #define bfin_read_SIC_IWR1() bfin_read32(SIC_IWR1) 62 #define bfin_write_SIC_IWR1(val) bfin_write32(SIC_IWR1, val)
|
/linux-3.4.99/arch/blackfin/kernel/ |
D | debug-mmrs.c | 1490 D32(SIC_IWR1); in bfin_debug_mmrs_init()
|