Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dearlycon.c79 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM16 || in earlycon_print_info()
84 (port->iotype == UPIO_MEM16) ? "16" : in earlycon_print_info()
106 case UPIO_MEM16: in parse_options()
293 port->iotype = UPIO_MEM16; in of_setup_earlycon()
H A Dserial_port.c223 port->iotype = UPIO_MEM16; in __uart_read_properties()
H A Dserial_core.c2217 *iotype = UPIO_MEM16; in uart_parse_earlycon()
2578 case UPIO_MEM16: in uart_report_port()
3326 case UPIO_MEM16: in uart_match_port()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_early.c43 case UPIO_MEM16: in serial8250_early_in()
64 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_of.c105 port->iotype = UPIO_MEM16; in of_platform_serial_setup()
H A D8250_port.c446 case UPIO_MEM16: in set_io_from_upio()
476 case UPIO_MEM16: in serial_port_out_sync()
2987 case UPIO_MEM16: in serial8250_request_std_resource()
3027 case UPIO_MEM16: in serial8250_release_std_resource()
H A D8250_core.c684 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 || in univ8250_console_match()
/openbmc/linux/include/linux/
H A Dserial_core.h481 #define UPIO_MEM16 (SERIAL_IO_MEM16) /* 16b little endian */ macro