Home
last modified time | relevance | path

Searched refs:UPIO_MEM16 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_early.c43 case UPIO_MEM16: in serial8250_early_in()
66 case UPIO_MEM16: in serial8250_early_out()
H A D8250_dfl.c98 uart->port.iotype = UPIO_MEM16; in dfl_uart_get_params()
H A D8250_port.c441 case UPIO_MEM16: in set_io_from_upio()
477 case UPIO_MEM16: in serial_port_out_sync()
2874 case UPIO_MEM16: in serial8250_request_std_resource()
2912 case UPIO_MEM16: in serial8250_release_std_resource()
/linux/drivers/tty/serial/
H A Dserial_port.c225 port->iotype = UPIO_MEM16; in __uart_read_properties()
H A Dserial_core.c2115 *iotype = UPIO_MEM16; in uart_parse_earlycon()
2468 case UPIO_MEM16: in uart_report_port()
3204 case UPIO_MEM16: in uart_match_port()
/linux/include/linux/
H A Dserial_core.h439 UPIO_MEM16 = SERIAL_IO_MEM16, /* 16b little endian */ enumerator