Symbol: UPIO_MEM32
arch/mips/ath25/devices.c
82
s.iotype = UPIO_MEM32;
arch/mips/mti-malta/malta-platform.c
51
UPIO_MEM32BE : UPIO_MEM32,
arch/xtensa/platforms/xtfpga/setup.c
249
.iotype = XCHAL_HAVE_BE ? UPIO_MEM32BE : UPIO_MEM32,
drivers/tty/serial/8250/8250_bcm2835aux.c
282
device->port.iotype = 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_ce4100.c
70
if (up->iotype != UPIO_MEM32) {
drivers/tty/serial/8250/8250_ce4100.c
78
up->iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_core.c
483
iotype == UPIO_MEM32 || iotype == UPIO_MEM32BE)
drivers/tty/serial/8250/8250_dfl.c
94
uart->port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_dw.c
674
p->iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_dw.c
742
case UPIO_MEM32:
drivers/tty/serial/8250/8250_early.c
45
case UPIO_MEM32:
drivers/tty/serial/8250/8250_early.c
69
case UPIO_MEM32:
drivers/tty/serial/8250/8250_em.c
188
up.port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_keba.c
216
uart.port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_lpc18xx.c
156
uart.port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_lpss.c
339
uart.port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_mtk.c
560
uart.port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_mtk.c
670
device->port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_pci.c
1590
port->port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_port.c
2869
case UPIO_MEM32:
drivers/tty/serial/8250/8250_port.c
2907
case UPIO_MEM32:
drivers/tty/serial/8250/8250_port.c
446
case UPIO_MEM32:
drivers/tty/serial/8250/8250_port.c
478
case UPIO_MEM32:
drivers/tty/serial/8250/8250_pxa.c
125
uart.port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_tegra.c
81
port->iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_uniphier.c
208
up.port.iotype = UPIO_MEM32;
drivers/tty/serial/8250/8250_uniphier.c
47
device->port.iotype = UPIO_MEM32;
drivers/tty/serial/amba-pl011.c
2495
if (iotype != UPIO_MEM && iotype != UPIO_MEM32)
drivers/tty/serial/amba-pl011.c
2643
if (port->iotype == UPIO_MEM32)
drivers/tty/serial/amba-pl011.c
2664
if (port->iotype == UPIO_MEM32)
drivers/tty/serial/amba-pl011.c
2900
uap->port.iotype = vendor->access_32b ? UPIO_MEM32 : UPIO_MEM;
drivers/tty/serial/amba-pl011.c
2913
uap->port.iotype = UPIO_MEM32;
drivers/tty/serial/amba-pl011.c
300
return (uap->port.iotype == UPIO_MEM32) ?
drivers/tty/serial/amba-pl011.c
3023
uap->port.iotype = uap->vendor->access_32b ? UPIO_MEM32 : UPIO_MEM;
drivers/tty/serial/amba-pl011.c
309
if (uap->port.iotype == UPIO_MEM32)
drivers/tty/serial/ar933x_uart.c
825
port->iotype = UPIO_MEM32;
drivers/tty/serial/clps711x.c
473
s->port.iotype = UPIO_MEM32;
drivers/tty/serial/earlycon.c
110
case UPIO_MEM32:
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/earlycon.c
85
(port->iotype == UPIO_MEM32) ? "32" : "32be",
drivers/tty/serial/fsl_lpuart.c
2742
if (device->port.iotype != UPIO_MEM32)
drivers/tty/serial/fsl_lpuart.c
2757
device->port.iotype = UPIO_MEM32;
drivers/tty/serial/fsl_lpuart.c
2779
device->port.iotype = UPIO_MEM32;
drivers/tty/serial/fsl_lpuart.c
317
.iotype = UPIO_MEM32,
drivers/tty/serial/fsl_lpuart.c
323
.iotype = UPIO_MEM32,
drivers/tty/serial/fsl_lpuart.c
330
.iotype = UPIO_MEM32,
drivers/tty/serial/fsl_lpuart.c
337
.iotype = UPIO_MEM32,
drivers/tty/serial/fsl_lpuart.c
343
.iotype = UPIO_MEM32,
drivers/tty/serial/fsl_lpuart.c
387
case UPIO_MEM32:
drivers/tty/serial/fsl_lpuart.c
400
case UPIO_MEM32:
drivers/tty/serial/fsl_lpuart.c
564
case UPIO_MEM32:
drivers/tty/serial/fsl_lpuart.c
597
return sport->port.iotype == UPIO_MEM32 ||
drivers/tty/serial/lpc32xx_hs.c
517
if ((port->iotype == UPIO_MEM32) && (port->mapbase)) {
drivers/tty/serial/lpc32xx_hs.c
531
if ((port->iotype == UPIO_MEM32) && (port->mapbase)) {
drivers/tty/serial/lpc32xx_hs.c
635
p->port.iotype = UPIO_MEM32;
drivers/tty/serial/milbeaut_usio.c
540
port->iotype = UPIO_MEM32;
drivers/tty/serial/mvebu-uart.c
907
port->iotype = UPIO_MEM32;
drivers/tty/serial/rp2.c
665
p->iotype = UPIO_MEM32;
drivers/tty/serial/samsung_tty.c
174
case UPIO_MEM32:
drivers/tty/serial/samsung_tty.c
190
case UPIO_MEM32:
drivers/tty/serial/samsung_tty.c
2007
ourport->port.iotype = UPIO_MEM32;
drivers/tty/serial/samsung_tty.c
2514
.iotype = UPIO_MEM32,
drivers/tty/serial/samsung_tty.c
2556
.iotype = UPIO_MEM32,
drivers/tty/serial/samsung_tty.c
2715
case UPIO_MEM32:
drivers/tty/serial/samsung_tty.c
2840
device->port.iotype = UPIO_MEM32;
drivers/tty/serial/samsung_tty.c
2852
device->port.iotype = UPIO_MEM32;
drivers/tty/serial/serial-tegra.c
1605
u->iotype = UPIO_MEM32;
drivers/tty/serial/serial_core.c
2118
*iotype = UPIO_MEM32;
drivers/tty/serial/serial_core.c
2125
UPIO_MEM32BE : UPIO_MEM32;
drivers/tty/serial/serial_core.c
2469
case UPIO_MEM32:
drivers/tty/serial/serial_core.c
3205
case UPIO_MEM32:
drivers/tty/serial/serial_port.c
228
port->iotype = device_is_big_endian(dev) ? UPIO_MEM32BE : UPIO_MEM32;
drivers/tty/serial/xilinx_uartps.c
1764
port->iotype = UPIO_MEM32;