Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_dwlib.c37 if (p->iotype == UPIO_MEM32BE) in dw8250_readl_ext()
44 if (p->iotype == UPIO_MEM32BE) in dw8250_writel_ext()
H A D8250_early.c49 case UPIO_MEM32BE: in serial8250_early_in()
75 case UPIO_MEM32BE: in serial8250_early_out()
H A D8250_dw.c123 else if (p->iotype == UPIO_MEM32BE) in dw8250_check_lcr()
469 p->iotype = UPIO_MEM32BE; in dw8250_quirks()
H A D8250_of.c109 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
H A D8250_port.c498 case UPIO_MEM32BE: in set_io_from_upio()
530 case UPIO_MEM32BE: in serial_port_out_sync()
3029 case UPIO_MEM32BE: in serial8250_request_std_resource()
3069 case UPIO_MEM32BE: in serial8250_release_std_resource()
H A D8250_core.c664 iotype == UPIO_MEM32 || iotype == UPIO_MEM32BE) in univ8250_console_match()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dearlycon.c80 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_print_info()
111 case UPIO_MEM32BE: in parse_options()
288 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
H A Dfsl_lpuart.c281 .iotype = UPIO_MEM32BE,
330 case UPIO_MEM32BE: in lpuart32_read()
344 case UPIO_MEM32BE: in lpuart32_write()
510 case UPIO_MEM32BE: in lpuart_dma_datareg_addr()
541 sport->port.iotype == UPIO_MEM32BE; in lpuart_is_32()
2516 device->port.iotype = UPIO_MEM32BE; in lpuart32_early_console_setup()
H A Dserial_core.c2053 *iotype = UPIO_MEM32BE; in uart_parse_earlycon()
2057 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2379 case UPIO_MEM32BE: in uart_report_port()
3104 case UPIO_MEM32BE: in uart_match_port()
/OK3568_Linux_fs/kernel/arch/mips/mti-malta/
H A Dmalta-platform.c51 UPIO_MEM32BE : UPIO_MEM32,
/OK3568_Linux_fs/kernel/arch/xtensa/platforms/xtfpga/
H A Dsetup.c239 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h157 #define UPIO_MEM32BE (SERIAL_IO_MEM32BE) /* 32b big endian */ macro