Home
last modified time | relevance | path

Searched defs:IWR_ENABLE (Results 1 – 7 of 7) sorted by relevance

/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h425 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro
/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
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h699 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h698 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h864 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h1022 #define IWR_ENABLE(x) (1 << ((x)&0x1F)) /* Wakeup Enable Peripheral #x */ macro
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1508 #define IWR_ENABLE(x) (1 << (x)) /* Wakeup Enable Peripheral #x */ macro