Home
last modified time | relevance | path

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

/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h1346 #define DLEN(x) ((((x)-9u) & 0x07u) << 11) /* PPI Data Length (only works for x=10-->x=16) */ macro
1348 #define DLEN(x) ((((x)-9) & 0x07) << 11) /* PPI Data Length (only works for x=10-->x=16) */ macro
/arch/blackfin/mach-bf533/include/mach/
DdefBF532.h449 #define DLEN(x) (((x-9) & 0x07) << 11) /* PPI Data Length (only works for x=10-->x=16) */ macro
/arch/blackfin/mach-bf561/include/mach/
DdefBF561.h881 #define DLEN(x) (((x-9) & 0x07) << 11) /* PPI Data Length (only works for x=10-->x=16) */ macro