Symbol: UPIO_MEM32BE
arch/mips/mti-malta/malta-platform.c
51
UPIO_MEM32BE : UPIO_MEM32,
arch/parisc/kernel/pdc_cons.c
56
device->port.iotype = UPIO_MEM32BE;
arch/xtensa/platforms/xtfpga/setup.c
249
.iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
drivers/tty/serial/8250/8250_bcm7271.c
1041
up.port.iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32;
drivers/tty/serial/8250/8250_core.c
483
iotype == UPIO_MEM32 || iotype == UPIO_MEM32BE)
drivers/tty/serial/8250/8250_dw.c
746
case UPIO_MEM32BE:
drivers/tty/serial/8250/8250_dwlib.h
29
if (p->iotype == UPIO_MEM32BE)
drivers/tty/serial/8250/8250_dwlib.h
36
if (p->iotype == UPIO_MEM32BE)
drivers/tty/serial/8250/8250_early.c
47
case UPIO_MEM32BE:
drivers/tty/serial/8250/8250_early.c
72
case UPIO_MEM32BE:
drivers/tty/serial/8250/8250_port.c
2870
case UPIO_MEM32BE:
drivers/tty/serial/8250/8250_port.c
2908
case UPIO_MEM32BE:
drivers/tty/serial/8250/8250_port.c
451
case UPIO_MEM32BE:
drivers/tty/serial/8250/8250_port.c
479
case UPIO_MEM32BE:
drivers/tty/serial/earlycon.c
111
case UPIO_MEM32BE:
drivers/tty/serial/earlycon.c
319
port->iotype = (big_endian) ? UPIO_MEM32BE : UPIO_MEM32;
drivers/tty/serial/earlycon.c
80
port->iotype == UPIO_MEM32 || port->iotype == UPIO_MEM32BE)
drivers/tty/serial/fsl_lpuart.c
2743
device->port.iotype = UPIO_MEM32BE;
drivers/tty/serial/fsl_lpuart.c
311
.iotype = UPIO_MEM32BE,
drivers/tty/serial/fsl_lpuart.c
389
case UPIO_MEM32BE:
drivers/tty/serial/fsl_lpuart.c
403
case UPIO_MEM32BE:
drivers/tty/serial/fsl_lpuart.c
566
case UPIO_MEM32BE:
drivers/tty/serial/fsl_lpuart.c
598
sport->port.iotype == UPIO_MEM32BE;
drivers/tty/serial/serial_core.c
2121
*iotype = UPIO_MEM32BE;
drivers/tty/serial/serial_core.c
2125
UPIO_MEM32BE : UPIO_MEM32;
drivers/tty/serial/serial_core.c
2470
case UPIO_MEM32BE:
drivers/tty/serial/serial_core.c
3206
case UPIO_MEM32BE:
drivers/tty/serial/serial_port.c
228
port->iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32;