Searched refs:UART_CONFIG_TYPE (Results 1 – 25 of 34) sorted by relevance
12
62 } else if (flags & UART_CONFIG_TYPE) { in univ8250_config_port()
333 if (flags & UART_CONFIG_TYPE && serial21285_request_port(port) == 0) in serial21285_config_port()
366 if (flags & UART_CONFIG_TYPE) { in timbuart_config_port()
354 if (flags & UART_CONFIG_TYPE) in digicolor_uart_config_port()
319 if (flags & UART_CONFIG_TYPE) in uart_clps711x_config_port()
386 if (type & UART_CONFIG_TYPE && !mps2_uart_request_port(port)) in mps2_uart_config_port()
432 if (type & UART_CONFIG_TYPE) in sunplus_config_port()
381 if (flags & UART_CONFIG_TYPE) in mlb_usio_config_port()
438 if (flags & UART_CONFIG_TYPE) { in owl_uart_config_port()
576 if (flags & UART_CONFIG_TYPE) { in bcm_uart_config_port()
628 if ((flags & UART_CONFIG_TYPE)) in asc_config_port()
508 if (flags & UART_CONFIG_TYPE) { in rda_uart_config_port()
723 if (flags & UART_CONFIG_TYPE) { in dz_config_port()
532 if (flags & UART_CONFIG_TYPE) in linflex_config_port()
448 if (flags & UART_CONFIG_TYPE) { in meson_uart_config_port()
541 if (flags & UART_CONFIG_TYPE) { in lqasc_config_port()
539 if (flags & UART_CONFIG_TYPE) in ar933x_uart_config_port()
617 if (flags & UART_CONFIG_TYPE) in max3100_config_port()
530 if (flags & UART_CONFIG_TYPE && in sa1100_config_port()
801 if (flags & UART_CONFIG_TYPE) in sccnxp_config_port()
1017 if (flags & UART_CONFIG_TYPE) { in qe_uart_config_port()
1003 if (flags & UART_CONFIG_TYPE) { in zs_config_port()
888 if (flags & UART_CONFIG_TYPE) in sprd_config_port()
990 if (flags & UART_CONFIG_TYPE) { in cpm_uart_config_port()
410 #define UART_CONFIG_TYPE (1 << 0) macro