Searched refs:UPIO_MEM16 (Results 1 – 9 of 9) sorted by relevance
79 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()
223 port->iotype = UPIO_MEM16; in __uart_read_properties()
2217 *iotype = UPIO_MEM16; in uart_parse_earlycon()2578 case UPIO_MEM16: in uart_report_port()3326 case UPIO_MEM16: in uart_match_port()
43 case UPIO_MEM16: in serial8250_early_in()64 case UPIO_MEM16: in serial8250_early_out()
98 uart->port.iotype = UPIO_MEM16; in dfl_uart_get_params()
105 port->iotype = UPIO_MEM16; in of_platform_serial_setup()
446 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()
684 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 || in univ8250_console_match()
481 #define UPIO_MEM16 (SERIAL_IO_MEM16) /* 16b little endian */ macro