Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserial_core.h514 #define UPF_SPD_MASK ((__force upf_t) ASYNC_SPD_MASK /* 0x1030 */ ) macro
544 #define UPF_USR_MASK ((__force upf_t) (UPF_SPD_MASK|UPF_LOW_LATENCY))
/linux/drivers/tty/serial/
H A Dserial_core.c486 upf_t flags = port->flags & UPF_SPD_MASK; in uart_get_baud_rate()
579 if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST) in uart_get_divisor()
1028 if (((old_flags ^ uport->flags) & UPF_SPD_MASK) || in uart_set_info()
1034 if (uport->flags & UPF_SPD_MASK) { in uart_set_info()
H A Dsamsung_tty.c1494 if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST) in s3c24xx_serial_set_termios()
/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.c1199 if (baud == 38400 && (port->flags & UPF_SPD_MASK) == UPF_SPD_CUST) { in pci_oxsemi_tornado_get_divisor()