Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dserial_reg.h212 #define UART_FCTR_TX 0x80 /* Programmable trigger mode select */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h228 #define UART_FCTR_TX 0x80 /* Programmable trigger mode select */ macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c2291 fctr = serial_in(up, UART_FCTR) & ~(UART_FCTR_RX|UART_FCTR_TX); in serial8250_do_startup()
2296 fctr | UART_FCTR_TRGD | UART_FCTR_TX); in serial8250_do_startup()