Home
last modified time | relevance | path

Searched refs:IWR_ENABLE (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-common/
Dclocks-init.c68 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()
Dpm.c59 bfin_write_SIC_IWR1(IWR_ENABLE(10) | IWR_ENABLE(11)); in bfin_pm_suspend_standby_enter()
Ddpmc_modes.S32 R0 = IWR_ENABLE(0);
99 R0 = IWR_ENABLE(0);
154 R0 = IWR_ENABLE(0);
Dints-priority.c1105 bfin_write_SIC_IWR1(IWR_ENABLE(10) | IWR_ENABLE(11)); in init_arch_irq()
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/
Dpll.h46 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()
DdefBF561.h864 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro
/linux-4.4.14/arch/blackfin/include/mach-common/
Dpll.h62 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/
DdefBF538.h1318 #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/
DdefBF532.h425 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h698 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
/linux-4.4.14/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h699 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h1022 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1508 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro