Searched refs:UART_CONFIG_TYPE (Results 1 – 25 of 50) sorted by relevance
12
61 } else if (flags & UART_CONFIG_TYPE) { in univ8250_config_port()
245 if (flags & UART_CONFIG_TYPE) in esp32s3_acm_config_port()
333 if (flags & UART_CONFIG_TYPE && serial21285_request_port(port) == 0) in serial21285_config_port()
277 if (flags & UART_CONFIG_TYPE) { in apbuart_config_port()
366 if (flags & UART_CONFIG_TYPE) { in timbuart_config_port()
426 if (flags & UART_CONFIG_TYPE) in arc_serial_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()
716 if (flags & UART_CONFIG_TYPE) { in dz_config_port()
576 if (flags & UART_CONFIG_TYPE) { in bcm_uart_config_port()
488 if (flags & UART_CONFIG_TYPE) { in pl010_config_port()
539 if (flags & UART_CONFIG_TYPE) in ar933x_uart_config_port()
508 if (flags & UART_CONFIG_TYPE) { in rda_uart_config_port()
628 if ((flags & UART_CONFIG_TYPE)) in asc_config_port()
474 if (flags & UART_CONFIG_TYPE) in esp32_uart_config_port()
438 if (flags & UART_CONFIG_TYPE) { in owl_uart_config_port()
448 if (flags & UART_CONFIG_TYPE) { in meson_uart_config_port()
532 if (flags & UART_CONFIG_TYPE) in linflex_config_port()
541 if (flags & UART_CONFIG_TYPE) { in lqasc_config_port()
616 if (flags & UART_CONFIG_TYPE) in max3100_config_port()
720 if (flags & UART_CONFIG_TYPE) { in pic32_uart_config_port()
410 #define UART_CONFIG_TYPE (1 << 0) macro