Searched refs:UART_CONFIG_TYPE (Results 1 – 25 of 48) sorted by relevance
12
354 if (flags & UART_CONFIG_TYPE && serial21285_request_port(port) == 0) in serial21285_config_port()
370 if (flags & UART_CONFIG_TYPE) { in timbuart_config_port()
432 if (flags & UART_CONFIG_TYPE) in arc_serial_config_port()
303 if (flags & UART_CONFIG_TYPE) { in apbuart_config_port()
319 if (flags & UART_CONFIG_TYPE) in uart_clps711x_config_port()
356 if (flags & UART_CONFIG_TYPE) in digicolor_uart_config_port()
405 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()
382 if (flags & UART_CONFIG_TYPE) in mlb_usio_config_port()
509 if (flags & UART_CONFIG_TYPE) { in pl010_config_port()
603 if (flags & UART_CONFIG_TYPE) { in bcm_uart_config_port()
460 if (flags & UART_CONFIG_TYPE) { in owl_uart_config_port()
718 if (flags & UART_CONFIG_TYPE) { in dz_config_port()
723 if (flags & UART_CONFIG_TYPE) { in pic32_uart_config_port()
514 if (flags & UART_CONFIG_TYPE) { in rda_uart_config_port()
658 if ((flags & UART_CONFIG_TYPE)) in asc_config_port()
541 if (flags & UART_CONFIG_TYPE) in ar933x_uart_config_port()
446 if (flags & UART_CONFIG_TYPE) { in meson_uart_config_port()
532 if (flags & UART_CONFIG_TYPE) in linflex_config_port()
725 if (flags & UART_CONFIG_TYPE) { in sbd_config_port()
567 if (flags & UART_CONFIG_TYPE) { in lqasc_config_port()
555 if (flags & UART_CONFIG_TYPE && in sa1100_config_port()
562 if (flags & UART_CONFIG_TYPE) in rp2_uart_config_port()
657 if (flags & UART_CONFIG_TYPE) in max3100_config_port()
408 #define UART_CONFIG_TYPE (1 << 0) macro