Home
last modified time | relevance | path

Searched refs:UPF_SPD_CUST (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dserial_core.h509 #define UPF_SPD_CUST ((__force upf_t) ASYNC_SPD_CUST /* 0x0030 */ ) macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_omap.c242 if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST) { in omap_8250_get_divisor()
H A D8250_pci.c1120 if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST) { in pci_oxsemi_tornado_get_divisor()
/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c1559 if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST) in s3c24xx_serial_set_termios()
H A Dserial_core.c560 if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST) in uart_get_divisor()