Home
last modified time | relevance | path

Searched refs:SET_WF3_OFF (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h251 #define SET_WF3_OFF(x) (((x)&0xFF)<< 24 ) /* Set Wake-Up Filter 3 Byte Offset */ macro
253 #define SET_WF_OFFS(x0,x1,x2,x3) (SET_WF0_OFF((x0))|SET_WF1_OFF((x1))|SET_WF2_OFF((x2))|SET_WF3_OFF
/linux-2.6.39/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h250 #define SET_WF3_OFF(x) (((x)&0xFF)<< 24 ) /* Set Wake-Up Filter 3 Byte Offset */ macro
252 #define SET_WF_OFFS(x0,x1,x2,x3) (SET_WF0_OFF((x0))|SET_WF1_OFF((x1))|SET_WF2_OFF((x2))|SET_WF3_OFF
/linux-2.6.39/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h243 #define SET_WF3_OFF(x) (((x)&0xFF)<< 24 ) /* Set Wake-Up Filter 3 Byte Offset */ macro
245 …SET_WF_OFFS(x0,x1,x2,x3) (SET_WF0_OFF((x0))|SET_WF1_OFF((x1))|SET_WF2_OFF((x2))|SET_WF3_OFF((x3)))