Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_ingenic.c37 #define UART_FCR_UME BIT(4) macro
114 early_out(port, UART_FCR, UART_FCR_UME | UART_FCR_CLEAR_XMIT | in ingenic_earlycon_setup_tail()
178 value |= UART_FCR_UME; in ingenic_uart_serial_out()
218 value &= ~UART_FCR_UME; in ingenic_uart_serial_in()
/openbmc/u-boot/include/
H A Dns16550.h124 #define UART_FCR_UME 0x10 macro
/openbmc/u-boot/drivers/serial/
H A Dns16550.c506 plat->fcr |= UART_FCR_UME; in ns16550_serial_ofdata_to_platdata()