Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/8250/
D8250_dwlib.c37 if (p->iotype == UPIO_MEM32BE) in dw8250_readl_ext()
44 if (p->iotype == UPIO_MEM32BE) in dw8250_writel_ext()
D8250_early.c49 case UPIO_MEM32BE: in serial8250_early_in()
75 case UPIO_MEM32BE: in serial8250_early_out()
D8250_dw.c99 else if (p->iotype == UPIO_MEM32BE) in dw8250_check_lcr()
362 p->iotype = UPIO_MEM32BE; in dw8250_quirks()
D8250_of.c122 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
D8250_port.c489 case UPIO_MEM32BE: in set_io_from_upio()
520 case UPIO_MEM32BE: in serial_port_out_sync()
2771 case UPIO_MEM32BE: in serial8250_request_std_resource()
2809 case UPIO_MEM32BE: in serial8250_release_std_resource()
D8250_core.c651 iotype == UPIO_MEM32 || iotype == UPIO_MEM32BE) in univ8250_console_match()
/Linux-v5.4/drivers/tty/serial/
Dearlycon.c75 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_init()
106 case UPIO_MEM32BE: in parse_options()
271 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
Dfsl_lpuart.c286 .iotype = UPIO_MEM32BE,
323 case UPIO_MEM32BE: in lpuart32_read()
337 case UPIO_MEM32BE: in lpuart32_write()
498 case UPIO_MEM32BE: in lpuart_dma_datareg_addr()
529 sport->port.iotype == UPIO_MEM32BE; in lpuart_is_32()
2332 device->port.iotype = UPIO_MEM32BE; in lpuart32_early_console_setup()
Dserial_core.c1988 *iotype = UPIO_MEM32BE; in uart_parse_earlycon()
1992 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2310 case UPIO_MEM32BE: in uart_report_port()
2977 case UPIO_MEM32BE: in uart_match_port()
/Linux-v5.4/arch/xtensa/platforms/xtfpga/
Dsetup.c249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/Linux-v5.4/include/linux/
Dserial_core.h152 #define UPIO_MEM32BE (SERIAL_IO_MEM32BE) /* 32b big endian */ macro