Searched refs:IWR_ENABLE (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/blackfin/mach-common/ |
D | clocks-init.c | 68 bfin_write_SIC_IWR0(IWR_ENABLE(0)); in init_clocks() 76 bfin_write_SIC_IWR1(IWR_ENABLE(10) | IWR_ENABLE(11)); in init_clocks() 84 bfin_write_SIC_IWR(IWR_ENABLE(0)); in init_clocks()
|
D | pm.c | 59 bfin_write_SIC_IWR1(IWR_ENABLE(10) | IWR_ENABLE(11)); in bfin_pm_suspend_standby_enter()
|
D | dpmc_modes.S | 32 R0 = IWR_ENABLE(0); 99 R0 = IWR_ENABLE(0); 154 R0 = IWR_ENABLE(0);
|
D | ints-priority.c | 1105 bfin_write_SIC_IWR1(IWR_ENABLE(10) | IWR_ENABLE(11)); in init_arch_irq()
|
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/ |
D | pll.h | 46 bfin_iwr_save(0, IWR_ENABLE(SUPPLE_0_WAKEUP) | in bfin_iwr_set_sup0() 47 IWR_ENABLE(SUPPLE_1_WAKEUP), 0, iwr0, iwr1, iwr2); in bfin_iwr_set_sup0()
|
D | defBF561.h | 864 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro
|
/linux-4.4.14/arch/blackfin/include/mach-common/ |
D | pll.h | 62 bfin_iwr_save(IWR_ENABLE(0), 0, 0, &iwr0, &iwr1, &iwr2); in _bfin_write_pll_relock()
|
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/ |
D | defBF538.h | 1318 #define IWR_ENABLE(x) (1 << ((x)&0x1Fu)) /* Wakeup Enable Peripheral #x */ macro 1321 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
|
/linux-4.4.14/arch/blackfin/mach-bf533/include/mach/ |
D | defBF532.h | 425 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro
|
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/ |
D | defBF512.h | 698 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
|
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/ |
D | defBF522.h | 699 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
|
/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/ |
D | defBF534.h | 1022 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | defBF54x_base.h | 1508 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro
|