Home
last modified time | relevance | path

Searched refs:UART_CONFIG_TYPE (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/tty/serial/8250/
H A D8250_rsa.c62 } else if (flags & UART_CONFIG_TYPE) { in univ8250_config_port()
/linux/drivers/tty/serial/
H A D21285.c333 if (flags & UART_CONFIG_TYPE && serial21285_request_port(port) == 0) in serial21285_config_port()
H A Dtimbuart.c366 if (flags & UART_CONFIG_TYPE) { in timbuart_config_port()
H A Ddigicolor-usart.c354 if (flags & UART_CONFIG_TYPE) in digicolor_uart_config_port()
H A Dclps711x.c319 if (flags & UART_CONFIG_TYPE) in uart_clps711x_config_port()
H A Dmps2-uart.c386 if (type & UART_CONFIG_TYPE && !mps2_uart_request_port(port)) in mps2_uart_config_port()
H A Dsunplus-uart.c432 if (type & UART_CONFIG_TYPE) in sunplus_config_port()
H A Dmilbeaut_usio.c381 if (flags & UART_CONFIG_TYPE) in mlb_usio_config_port()
H A Dowl-uart.c438 if (flags & UART_CONFIG_TYPE) { in owl_uart_config_port()
H A Dbcm63xx_uart.c576 if (flags & UART_CONFIG_TYPE) { in bcm_uart_config_port()
H A Dst-asc.c628 if ((flags & UART_CONFIG_TYPE)) in asc_config_port()
H A Drda-uart.c508 if (flags & UART_CONFIG_TYPE) { in rda_uart_config_port()
H A Ddz.c723 if (flags & UART_CONFIG_TYPE) { in dz_config_port()
H A Dfsl_linflexuart.c532 if (flags & UART_CONFIG_TYPE) in linflex_config_port()
H A Dmeson_uart.c448 if (flags & UART_CONFIG_TYPE) { in meson_uart_config_port()
H A Dlantiq.c541 if (flags & UART_CONFIG_TYPE) { in lqasc_config_port()
H A Dar933x_uart.c539 if (flags & UART_CONFIG_TYPE) in ar933x_uart_config_port()
H A Dmax3100.c617 if (flags & UART_CONFIG_TYPE) in max3100_config_port()
H A Dsa1100.c530 if (flags & UART_CONFIG_TYPE && in sa1100_config_port()
H A Dsccnxp.c801 if (flags & UART_CONFIG_TYPE) in sccnxp_config_port()
H A Ducc_uart.c1017 if (flags & UART_CONFIG_TYPE) { in qe_uart_config_port()
H A Dzs.c1003 if (flags & UART_CONFIG_TYPE) { in zs_config_port()
H A Dsprd_serial.c888 if (flags & UART_CONFIG_TYPE) in sprd_config_port()
H A Dcpm_uart.c990 if (flags & UART_CONFIG_TYPE) { in cpm_uart_config_port()
/linux/include/linux/
H A Dserial_core.h410 #define UART_CONFIG_TYPE (1 << 0) macro

12