Home
last modified time | relevance | path

Searched refs:IWR_DISABLE (Results 1 – 7 of 7) sorted by relevance

/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h1319 #define IWR_DISABLE(x) (0xFFFFFFFFu ^ (1 << ((x)&0x1Fu))) /* Wakeup Disable Peripheral #x */ macro
1322 #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Wakeup Disable Peripheral #x */ macro
/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h426 #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << (x))) /* Wakeup Disable Peripheral #x */ macro
/arch/blackfin/mach-bf518/include/mach/
DdefBF512.h699 #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Wakeup Disable Peripheral #x */ macro
/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h700 #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Wakeup Disable Peripheral #x */ macro
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h865 #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << (x))) /* Wakeup Disable Peripheral #x */ macro
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h1023 #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << ((x)&0x1F))) /* Wakeup Disable Peripheral #x */ macro
/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1509 #define IWR_DISABLE(x) (0xFFFFFFFF ^ (1 << (x))) /* Wakeup Disable Peripheral #x */ macro