/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-platform.c | 41 #define CBUS_UART_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP)
|
/openbmc/linux/arch/mips/cobalt/ |
H A D | serial.c | 34 .flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
|
/openbmc/linux/drivers/tty/serial/ |
H A D | timbuart.c | 318 if (port->flags & UPF_IOREMAP) { in timbuart_release_port() 335 if (port->flags & UPF_IOREMAP) { in timbuart_request_port() 432 uart->port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP; in timbuart_probe()
|
H A D | lpc32xx_hs.c | 523 if (port->flags & UPF_IOREMAP) { in serial_lpc32xx_release_port() 541 else if (port->flags & UPF_IOREMAP) { in serial_lpc32xx_request_port() 643 p->port.flags = UPF_BOOT_AUTOCONF | UPF_FIXED_PORT | UPF_IOREMAP; in serial_hs_lpc32xx_probe()
|
H A D | owl-uart.c | 386 if (port->flags & UPF_IOREMAP) { in owl_uart_release_port() 407 if (port->flags & UPF_IOREMAP) { in owl_uart_request_port() 713 owl_port->port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_LOW_LATENCY; in owl_uart_probe()
|
H A D | lantiq.c | 502 if (port->flags & UPF_IOREMAP) { in lqasc_release_port() 529 if (port->flags & UPF_IOREMAP) { in lqasc_request_port() 855 port->flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP; in lqasc_probe()
|
H A D | rda-uart.c | 499 if (port->flags & UPF_IOREMAP) { in rda_uart_request_port() 538 if (port->flags & UPF_IOREMAP) { in rda_uart_release_port() 767 rda_port->port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | in rda_uart_probe()
|
H A D | mpc52xx_uart.c | 1273 if (port->flags & UPF_IOREMAP) { in mpc52xx_uart_release_port() 1286 if (port->flags & UPF_IOREMAP) /* Need to remap ? */ in mpc52xx_uart_request_port() 1310 if (port->flags & UPF_IOREMAP) { in mpc52xx_uart_request_port() 1734 (uart_console(port) ? 0 : UPF_IOREMAP); in mpc52xx_uart_of_probe()
|
/openbmc/linux/arch/mips/sgi-ip32/ |
H A D | ip32-platform.c | 27 .flags = UPF_SKIP_TEST|UPF_IOREMAP, \
|
/openbmc/linux/arch/mips/ath25/ |
H A D | devices.c | 81 s.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP; in ath25_serial_setup()
|
/openbmc/linux/arch/sh/boards/mach-se/7343/ |
H A D | setup.c | 70 #define ST16C2550C_FLAGS (UPF_BOOT_AUTOCONF | UPF_IOREMAP)
|
/openbmc/linux/arch/arm/mach-rpc/ |
H A D | riscpc.c | 150 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_SKIP_TEST,
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_dfl.c | 116 uart.port.flags = UPF_IOREMAP; in dfl_uart_probe()
|
H A D | 8250_pnp.c | 457 uart.port.flags = UPF_IOREMAP; in serial_pnp_probe()
|
H A D | 8250_pxa.c | 128 uart.port.flags = UPF_IOREMAP | UPF_SKIP_TEST | UPF_FIXED_TYPE; in serial_pxa_probe()
|
H A D | 8250_fsl.c | 138 | UPF_FIXED_PORT | UPF_IOREMAP in fsl8250_acpi_probe()
|
H A D | 8250_bcm2835aux.c | 109 UPF_SKIP_TEST | UPF_IOREMAP; in bcm2835aux_serial_probe()
|
H A D | 8250_men_mcb.c | 217 UPF_IOREMAP; in serial_8250_men_mcb_probe()
|
H A D | 8250_em.c | 182 up.port.flags = UPF_FIXED_PORT | UPF_IOREMAP | UPF_FIXED_TYPE; in serial8250_em_probe()
|
H A D | 8250_of.c | 118 port->flags |= UPF_IOREMAP; in of_platform_serial_setup()
|
H A D | 8250_ingenic.c | 261 uart.port.flags = UPF_SKIP_TEST | UPF_IOREMAP | UPF_FIXED_TYPE; in ingenic_uart_probe()
|
/openbmc/linux/arch/xtensa/platforms/xtfpga/ |
H A D | setup.c | 248 UPF_IOREMAP,
|
/openbmc/linux/arch/mips/loongson32/common/ |
H A D | platform.c | 27 .flags = UPF_IOREMAP | UPF_FIXED_TYPE, \
|
/openbmc/linux/arch/mips/sni/ |
H A D | rm200.c | 33 .flags = UPF_BOOT_AUTOCONF|UPF_IOREMAP, \
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | platform.c | 57 .flags = UPF_SKIP_TEST | UPF_IOREMAP | \
|