Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_serial.h312 #define UART_SET_DLAB(p) /* MMRs not muxed on BF60x */ macro
357 #define UART_SET_DLAB(p) /* MMRs not muxed on BF54x */ macro
380 #define UART_SET_DLAB(p) do { UART_PUT_LCR(p, UART_GET_LCR(p) | DLAB); SSYNC(); } while (0) macro
/linux-4.1.27/drivers/tty/serial/
Dbfin_uart.c880 UART_SET_DLAB(uart); in bfin_serial_set_termios()
1064 UART_SET_DLAB(uart); in bfin_serial_console_get_options()
/linux-4.1.27/drivers/net/irda/
Dbfin_sir.c133 UART_SET_DLAB(port); in bfin_sir_set_speed()