Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dearlycon.c74 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM16 || in earlycon_init()
79 (port->iotype == UPIO_MEM16) ? "16" : in earlycon_init()
101 case UPIO_MEM16: in parse_options()
268 port->iotype = UPIO_MEM16; in of_setup_earlycon()
Dserial_core.c1982 *iotype = UPIO_MEM16; in uart_parse_earlycon()
2308 case UPIO_MEM16: in uart_report_port()
2975 case UPIO_MEM16: in uart_match_port()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_early.c45 case UPIO_MEM16: in serial8250_early_in()
69 case UPIO_MEM16: in serial8250_early_out()
D8250_of.c118 port->iotype = UPIO_MEM16; in of_platform_serial_setup()
D8250_port.c479 case UPIO_MEM16: in set_io_from_upio()
518 case UPIO_MEM16: in serial_port_out_sync()
2772 case UPIO_MEM16: in serial8250_request_std_resource()
2810 case UPIO_MEM16: in serial8250_release_std_resource()
D8250_core.c650 if ((iotype == UPIO_MEM || iotype == UPIO_MEM16 || in univ8250_console_match()
/Linux-v5.4/include/linux/
Dserial_core.h153 #define UPIO_MEM16 (SERIAL_IO_MEM16) /* 16b little endian */ macro