Home
last modified time | relevance | path

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

/linux-4.1.27/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
/linux-4.1.27/drivers/tty/serial/
Dbfin_uart.c800 lcr = WLS(8); in bfin_serial_set_termios()
803 lcr = WLS(7); in bfin_serial_set_termios()
806 lcr = WLS(6); in bfin_serial_set_termios()
809 lcr = WLS(5); in bfin_serial_set_termios()
/linux-4.1.27/drivers/net/irda/
Dbfin_sir.c101 lcr = WLS(8); in bfin_sir_set_speed()