Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/serial/8250/
D8250_dwlib.h60 if (p->iotype == UPIO_MEM32BE) in dw8250_readl_ext()
67 if (p->iotype == UPIO_MEM32BE) in dw8250_writel_ext()
D8250_early.c47 case UPIO_MEM32BE: in serial8250_early_in()
70 case UPIO_MEM32BE: in serial8250_early_out()
D8250_dw.c125 else if (p->iotype == UPIO_MEM32BE) in dw8250_check_lcr()
469 p->iotype = UPIO_MEM32BE; in dw8250_quirks()
D8250_of.c109 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
D8250_port.c456 case UPIO_MEM32BE: in set_io_from_upio()
478 case UPIO_MEM32BE: in serial_port_out_sync()
2992 case UPIO_MEM32BE: in serial8250_request_std_resource()
3032 case UPIO_MEM32BE: in serial8250_release_std_resource()
D8250_bcm7271.c1054 UPIO_MEM32BE : UPIO_MEM32; in brcmuart_probe()
D8250_core.c685 iotype == UPIO_MEM32 || iotype == UPIO_MEM32BE) in univ8250_console_match()
/linux-6.6.21/drivers/tty/serial/
Dearlycon.c80 port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE) in earlycon_print_info()
111 case UPIO_MEM32BE: in parse_options()
296 port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32; in of_setup_earlycon()
Dfsl_lpuart.c309 .iotype = UPIO_MEM32BE,
387 case UPIO_MEM32BE: in lpuart32_read()
401 case UPIO_MEM32BE: in lpuart32_write()
569 case UPIO_MEM32BE: in lpuart_dma_datareg_addr()
600 sport->port.iotype == UPIO_MEM32BE; in lpuart_is_32()
2718 device->port.iotype = UPIO_MEM32BE; in lpuart32_early_console_setup()
Dserial_core.c2198 *iotype = UPIO_MEM32BE; in uart_parse_earlycon()
2202 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2555 case UPIO_MEM32BE: in uart_report_port()
3291 case UPIO_MEM32BE: in uart_match_port()
/linux-6.6.21/arch/mips/mti-malta/
Dmalta-platform.c51 UPIO_MEM32BE : UPIO_MEM32,
/linux-6.6.21/arch/parisc/kernel/
Dpdc_cons.c56 device->port.iotype = UPIO_MEM32BE; in pdc_earlycon_setup()
/linux-6.6.21/arch/xtensa/platforms/xtfpga/
Dsetup.c249 .iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
/linux-6.6.21/include/linux/
Dserial_core.h479 #define UPIO_MEM32BE (SERIAL_IO_MEM32BE) /* 32b big endian */ macro