Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_serial.h68 #define WLS(x) (((x-5) & 0x03) << 8) /* Word Length Select */ macro
113 #define WLS(x) (((x)-5) & 0x03) /* Word Length Select */ macro