Searched refs:UPIO_AU (Results 1 – 5 of 5) sorted by relevance
153 port->iotype = UPIO_AU; in of_platform_serial_setup()
2191 case UPIO_AU: in uart_report_port()2836 case UPIO_AU: in uart_match_port()
439 case UPIO_AU: in set_io_from_upio()464 case UPIO_AU: in serial_port_out_sync()2434 if (pt->port.iotype == UPIO_AU) { in serial8250_port_size()2455 case UPIO_AU: in serial8250_request_std_resource()2492 case UPIO_AU: in serial8250_release_std_resource()2689 if (port->type == PORT_16550A && port->iotype == UPIO_AU) in serial8250_config_port()
56 .iotype = UPIO_AU, \
150 #define UPIO_AU (SERIAL_IO_AU) /* Au1x00 and RT288x type IO */ macro