Home
last modified time | relevance | path

Searched refs:UPIO_AU (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dof_serial.c146 port->iotype = UPIO_AU; in of_platform_serial_setup()
Dserial_core.c2183 case UPIO_AU: in uart_report_port()
2830 case UPIO_AU: in uart_match_port()
/linux-4.1.27/arch/mips/alchemy/common/
Dplatform.c56 .iotype = UPIO_AU, \
/linux-4.1.27/include/linux/
Dserial_core.h150 #define UPIO_AU (SERIAL_IO_AU) /* Au1x00 and RT288x type IO */ macro
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c517 case UPIO_AU: in set_io_from_upio()
542 case UPIO_AU: in serial_port_out_sync()
2753 if (pt->port.iotype == UPIO_AU) { in serial8250_port_size()
2774 case UPIO_AU: in serial8250_request_std_resource()
2811 case UPIO_AU: in serial8250_release_std_resource()
3054 if (port->type == PORT_16550A && port->iotype == UPIO_AU) in serial8250_config_port()