Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
285 port->iotype = UPIO_MEM16; in of_setup_earlycon()
H A Dserial_core.c2047 *iotype = UPIO_MEM16; in uart_parse_earlycon()
2377 case UPIO_MEM16: in uart_report_port()
3102 case UPIO_MEM16: in uart_match_port()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_early.c45 case UPIO_MEM16: in serial8250_early_in()
69 case UPIO_MEM16: in serial8250_early_out()
H A D8250_of.c105 port->iotype = UPIO_MEM16; in of_platform_serial_setup()
H A D8250_port.c488 case UPIO_MEM16: in set_io_from_upio()
528 case UPIO_MEM16: in serial_port_out_sync()
3030 case UPIO_MEM16: in serial8250_request_std_resource()
3070 case UPIO_MEM16: in serial8250_release_std_resource()
H A D8250_core.c663 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 || in univ8250_console_match()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h158 #define UPIO_MEM16 (SERIAL_IO_MEM16) /* 16b little endian */ macro