Home
last modified time | relevance | path

Searched refs:UART_LCR_CONF_MODE_B (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_omap.c197 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in __omap8250_set_mctrl()
316 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in omap8250_restore_regs()
325 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in omap8250_restore_regs()
340 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in omap8250_restore_regs()
346 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in omap8250_restore_regs()
540 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in omap_8250_pm()
546 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in omap_8250_pm()
H A D8250_keba.c85 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in kuart_enhanced_mode()
H A D8250_ni.c169 serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B); in ni16550_config_prescaler()
/linux/include/uapi/linux/
H A Dserial_reg.h126 #define UART_LCR_CONF_MODE_B 0xBF /* Configutation mode B */ macro