Searched refs:UPF_IOREMAP (Results 1 – 25 of 44) sorted by relevance
12
/linux-6.1.9/arch/arm/mach-s3c/ |
D | mach-vr1000.c | 135 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, 143 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, 151 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, 159 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP,
|
/linux-6.1.9/arch/mips/mti-malta/ |
D | malta-platform.c | 41 #define CBUS_UART_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP)
|
/linux-6.1.9/arch/mips/cobalt/ |
D | serial.c | 34 .flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | zeus.c | 244 .flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, 253 .flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, 262 .flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, 271 .flags = UPF_IOREMAP | UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
|
D | capc7117.c | 74 UPF_IOREMAP | \
|
D | viper.c | 566 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | 576 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP |
|
/linux-6.1.9/arch/arm/mach-davinci/ |
D | serial.c | 83 p->flags &= ~UPF_IOREMAP; in davinci_serial_init()
|
D | dm355.c | 636 UPF_IOREMAP, 649 UPF_IOREMAP, 662 UPF_IOREMAP,
|
D | devices-da8xx.c | 65 UPF_IOREMAP, 78 UPF_IOREMAP, 91 UPF_IOREMAP,
|
/linux-6.1.9/drivers/tty/serial/ |
D | timbuart.c | 319 if (port->flags & UPF_IOREMAP) { in timbuart_release_port() 336 if (port->flags & UPF_IOREMAP) { in timbuart_request_port() 433 uart->port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP; in timbuart_probe()
|
D | lpc32xx_hs.c | 548 if (port->flags & UPF_IOREMAP) { in serial_lpc32xx_release_port() 566 else if (port->flags & UPF_IOREMAP) { in serial_lpc32xx_request_port() 668 p->port.flags = UPF_BOOT_AUTOCONF | UPF_FIXED_PORT | UPF_IOREMAP; in serial_hs_lpc32xx_probe()
|
D | owl-uart.c | 410 if (port->flags & UPF_IOREMAP) { in owl_uart_release_port() 431 if (port->flags & UPF_IOREMAP) { in owl_uart_request_port() 737 owl_port->port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_LOW_LATENCY; in owl_uart_probe()
|
D | rda-uart.c | 500 if (port->flags & UPF_IOREMAP) { in rda_uart_request_port() 539 if (port->flags & UPF_IOREMAP) { in rda_uart_release_port() 768 rda_port->port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | in rda_uart_probe()
|
D | lantiq.c | 528 if (port->flags & UPF_IOREMAP) { in lqasc_release_port() 555 if (port->flags & UPF_IOREMAP) { in lqasc_request_port() 881 port->flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP; in lqasc_probe()
|
/linux-6.1.9/arch/mips/sgi-ip32/ |
D | ip32-platform.c | 27 .flags = UPF_SKIP_TEST|UPF_IOREMAP, \
|
/linux-6.1.9/arch/mips/ath25/ |
D | devices.c | 81 s.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP; in ath25_serial_setup()
|
/linux-6.1.9/arch/sh/boards/mach-se/7343/ |
D | setup.c | 70 #define ST16C2550C_FLAGS (UPF_BOOT_AUTOCONF | UPF_IOREMAP)
|
/linux-6.1.9/arch/arm/mach-rpc/ |
D | riscpc.c | 150 .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_SKIP_TEST,
|
/linux-6.1.9/drivers/tty/serial/8250/ |
D | 8250_em.c | 110 up.port.flags = UPF_BOOT_AUTOCONF | UPF_FIXED_PORT | UPF_IOREMAP; in serial8250_em_probe()
|
D | 8250_pxa.c | 127 uart.port.flags = UPF_IOREMAP | UPF_SKIP_TEST | UPF_FIXED_TYPE; in serial_pxa_probe()
|
D | 8250_fsl.c | 126 | UPF_FIXED_PORT | UPF_IOREMAP in fsl8250_acpi_probe()
|
D | 8250_pnp.c | 457 uart.port.flags = UPF_IOREMAP; in serial_pnp_probe()
|
D | 8250_bcm2835aux.c | 109 UPF_SKIP_TEST | UPF_IOREMAP; in bcm2835aux_serial_probe()
|
/linux-6.1.9/arch/xtensa/platforms/xtfpga/ |
D | setup.c | 238 UPF_IOREMAP,
|
/linux-6.1.9/arch/mips/loongson32/common/ |
D | platform.c | 28 .flags = UPF_IOREMAP | UPF_FIXED_TYPE, \
|
12