Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/8250/
D8250_early.c47 case UPIO_MEM32BE: in serial8250_early_in()
65 case UPIO_MEM32BE: in serial8250_early_out()
D8250_port.c433 case UPIO_MEM32BE: in set_io_from_upio()
463 case UPIO_MEM32BE: in serial_port_out_sync()
2458 case UPIO_MEM32BE: in serial8250_request_std_resource()
2495 case UPIO_MEM32BE: in serial8250_release_std_resource()
/linux-4.4.14/drivers/tty/serial/
Dearlycon.c75 case UPIO_MEM32BE: in parse_options()
95 port->iotype == UPIO_MEM32BE) in parse_options()
Dof_serial.c127 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
Dserial_core.c1841 *iotype = UPIO_MEM32BE; in uart_parse_earlycon()
1845 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2190 case UPIO_MEM32BE: in uart_report_port()
2835 case UPIO_MEM32BE: in uart_match_port()
/linux-4.4.14/include/linux/
Dserial_core.h152 #define UPIO_MEM32BE (SERIAL_IO_MEM32BE) /* 32b big endian */ macro