Home
last modified time | relevance | path

Searched refs:UPIO_MEM32 (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dearlycon.c74 case UPIO_MEM32: in parse_options()
94 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM32 || in parse_options()
98 (port->iotype == UPIO_MEM32) ? "32" : "32be", in parse_options()
Dlpc32xx_hs.c581 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_release_port()
595 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_request_port()
702 p->port.iotype = UPIO_MEM32; in serial_hs_lpc32xx_probe()
Dof_serial.c127 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
Dserial_core.c1838 *iotype = UPIO_MEM32; in uart_parse_earlycon()
1845 UPIO_MEM32BE : UPIO_MEM32; in uart_parse_earlycon()
2189 case UPIO_MEM32: in uart_report_port()
2834 case UPIO_MEM32: in uart_match_port()
Dclps711x.c493 s->port.iotype = UPIO_MEM32; in uart_clps711x_probe()
Dar933x_uart.c694 port->iotype = UPIO_MEM32; in ar933x_uart_probe()
Defm32-uart.c743 efm_port->port.iotype = UPIO_MEM32; in efm32_uart_probe()
Drp2.c699 p->iotype = UPIO_MEM32; in rp2_fw_cb()
Dxilinx_uartps.c1046 port->iotype = UPIO_MEM32; in cdns_uart_get_port()
Dserial-tegra.c1321 u->iotype = UPIO_MEM32; in tegra_uart_probe()
/linux-4.4.14/arch/x86/platform/ce4100/
Dce4100.c102 if (up->iotype != UPIO_MEM32) { in ce4100_serial_fixup()
112 up->iotype = UPIO_MEM32; in ce4100_serial_fixup()
/linux-4.4.14/drivers/tty/serial/8250/
D8250_early.c45 case UPIO_MEM32: in serial8250_early_in()
62 case UPIO_MEM32: in serial8250_early_out()
D8250_mtk.c222 uart.port.iotype = UPIO_MEM32; in mtk8250_probe()
315 device->port.iotype = UPIO_MEM32; in early_mtk8250_setup()
D8250_em.c124 up.port.iotype = UPIO_MEM32; in serial8250_em_probe()
D8250_uniphier.c212 up.port.iotype = UPIO_MEM32; in uniphier_uart_probe()
D8250_lpc18xx.c169 uart.port.iotype = UPIO_MEM32; in lpc18xx_serial_probe()
D8250_dw.c285 p->iotype = UPIO_MEM32; in dw8250_quirks()
389 p->iotype = UPIO_MEM32; in dw8250_probe()
D8250_port.c428 case UPIO_MEM32: in set_io_from_upio()
462 case UPIO_MEM32: in serial_port_out_sync()
2457 case UPIO_MEM32: in serial8250_request_std_resource()
2494 case UPIO_MEM32: in serial8250_release_std_resource()
D8250_core.c653 if ((iotype == UPIO_MEM || iotype == UPIO_MEM32) && in univ8250_console_match()
D8250_pci.c1368 port->port.iotype = UPIO_MEM32; in ce4100_serial_setup()
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-platform.c55 .iotype = UPIO_MEM32,
/linux-4.4.14/arch/mips/ath25/
Ddevices.c80 s.iotype = UPIO_MEM32; in ath25_serial_setup()
/linux-4.4.14/arch/mips/ath79/
Ddev-common.c41 .iotype = UPIO_MEM32,
/linux-4.4.14/arch/arm/mach-davinci/
Ddm646x.c814 .iotype = UPIO_MEM32,
827 .iotype = UPIO_MEM32,
840 .iotype = UPIO_MEM32,
/linux-4.4.14/arch/mips/mti-sead3/
Dsead3-platform.c25 .iotype = UPIO_MEM32, \
/linux-4.4.14/arch/xtensa/platforms/xtfpga/
Dsetup.c286 .iotype = UPIO_MEM32,
/linux-4.4.14/arch/mips/netlogic/xlr/
Dplatform.c64 .iotype = UPIO_MEM32, \
/linux-4.4.14/include/linux/
Dserial_core.h149 #define UPIO_MEM32 (SERIAL_IO_MEM32) /* 32b little endian */ macro
/linux-4.4.14/arch/mips/ar7/
Dplatform.c578 uart_port.iotype = UPIO_MEM32; in ar7_register_uarts()