Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dearlycon.c74 case UPIO_MEM32: in parse_options()
93 if (port->iotype == UPIO_MEM || port->iotype == UPIO_MEM32) in parse_options()
95 (port->iotype == UPIO_MEM32) ? "32" : "", 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()
701 p->port.iotype = UPIO_MEM32; in serial_hs_lpc32xx_probe()
Dof_serial.c120 UPIO_MEM32BE : UPIO_MEM32; in of_platform_serial_setup()
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()
Dserial_core.c1837 *iotype = UPIO_MEM32; in uart_parse_earlycon()
2181 case UPIO_MEM32: in uart_report_port()
2828 case UPIO_MEM32: in uart_match_port()
Drp2.c699 p->iotype = UPIO_MEM32; in rp2_fw_cb()
Dxilinx_uartps.c1046 port->iotype = UPIO_MEM32; in cdns_uart_get_port()
Dserial-tegra.c1323 u->iotype = UPIO_MEM32; in tegra_uart_probe()
/linux-4.1.27/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.1.27/drivers/tty/serial/8250/
D8250_early.c43 case UPIO_MEM32: in serial8250_early_in()
60 case UPIO_MEM32: in serial8250_early_out()
D8250_em.c124 up.port.iotype = UPIO_MEM32; in serial8250_em_probe()
D8250_dw.c325 p->iotype = UPIO_MEM32; in dw8250_probe_of()
387 p->iotype = UPIO_MEM32; in dw8250_probe_acpi()
D8250_mtk.c189 uart.port.iotype = UPIO_MEM32; in mtk8250_probe()
D8250_core.c506 case UPIO_MEM32: in set_io_from_upio()
540 case UPIO_MEM32: in serial_port_out_sync()
2776 case UPIO_MEM32: in serial8250_request_std_resource()
2813 case UPIO_MEM32: in serial8250_release_std_resource()
3532 if ((iotype == UPIO_MEM || iotype == UPIO_MEM32) && in univ8250_console_match()
D8250_pci.c1369 port->port.iotype = UPIO_MEM32; in ce4100_serial_setup()
/linux-4.1.27/arch/mips/ath79/
Ddev-common.c40 .iotype = UPIO_MEM32,
/linux-4.1.27/arch/mips/mti-malta/
Dmalta-platform.c55 .iotype = UPIO_MEM32,
/linux-4.1.27/arch/mips/ath25/
Ddevices.c80 s.iotype = UPIO_MEM32; in ath25_serial_setup()
/linux-4.1.27/arch/arm/mach-davinci/
Ddm646x.c817 .iotype = UPIO_MEM32,
830 .iotype = UPIO_MEM32,
843 .iotype = UPIO_MEM32,
/linux-4.1.27/arch/mips/mti-sead3/
Dsead3-platform.c25 .iotype = UPIO_MEM32, \
/linux-4.1.27/arch/mips/netlogic/xlr/
Dplatform.c64 .iotype = UPIO_MEM32, \
/linux-4.1.27/arch/xtensa/platforms/xtfpga/
Dsetup.c284 .iotype = UPIO_MEM32,
/linux-4.1.27/include/linux/
Dserial_core.h149 #define UPIO_MEM32 (SERIAL_IO_MEM32) /* 32b little endian */ macro
/linux-4.1.27/arch/mips/ar7/
Dplatform.c579 uart_port.iotype = UPIO_MEM32; in ar7_register_uarts()