Home
last modified time | relevance | path

Searched refs:UPF_FIXED_TYPE (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/drivers/tty/serial/8250/
H A D8250_pnp.c471 uart.port.flags |= UPF_FIXED_PORT | UPF_FIXED_TYPE; in serial_pnp_probe()
H A D8250_pxa.c115 uart.port.flags = UPF_IOREMAP | UPF_SKIP_TEST | UPF_FIXED_TYPE; in serial_pxa_probe()
H A D8250_fsl.c140 | UPF_FIXED_TYPE; in fsl8250_acpi_probe()
H A D8250_tegra.c60 port->flags = UPF_BOOT_AUTOCONF | UPF_FIXED_PORT | UPF_FIXED_TYPE; in tegra_uart_probe()
H A D8250_lpc18xx.c145 uart.port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE | UPF_SKIP_TEST; in lpc18xx_serial_probe()
H A D8250_em.c182 up.port.flags = UPF_FIXED_PORT | UPF_IOREMAP | UPF_FIXED_TYPE; in serial8250_em_probe()
H A D8250_bcm2835aux.c101 up.port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE | UPF_SKIP_TEST | UPF_IOREMAP; in bcm2835aux_serial_probe()
H A D8250_uniphier.c211 up.port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE; in uniphier_uart_probe()
H A D8250_dwlib.c289 p->flags |= UPF_FIXED_TYPE; in dw8250_setup_port()
H A D8250_ingenic.c257 uart.port.flags = UPF_SKIP_TEST | UPF_IOREMAP | UPF_FIXED_TYPE; in ingenic_uart_probe()
H A D8250_ni.c313 | UPF_FIXED_PORT | UPF_FIXED_TYPE; in ni16550_probe()
H A D8250_of.c109 port->flags = UPF_BOOT_AUTOCONF | UPF_FIXED_PORT | UPF_FIXED_TYPE; in of_platform_serial_setup()
H A D8250_lpss.c342 uart.port.flags = UPF_SHARE_IRQ | UPF_FIXED_PORT | UPF_FIXED_TYPE; in lpss8250_probe()
H A D8250_mid.c312 uart.port.flags = UPF_SHARE_IRQ | UPF_FIXED_PORT | UPF_FIXED_TYPE; in mid8250_probe()
H A D8250_aspeed_vuart.c450 port.port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_FIXED_PORT | UPF_FIXED_TYPE | in aspeed_vuart_probe()
H A D8250_pci.c1585 port->port.flags = (port->port.flags | UPF_FIXED_PORT | UPF_FIXED_TYPE); in ce4100_serial_setup()
1607 port->port.flags = (port->port.flags | UPF_FIXED_PORT | UPF_FIXED_TYPE); in pci_brcm_trumanage_setup()
1902 port->port.flags |= UPF_FIXED_TYPE; in pci_wch_ch353_setup()
1915 port->port.flags |= UPF_FIXED_TYPE; in pci_wch_ch355_setup()
1928 port->port.flags |= UPF_FIXED_TYPE; in pci_wch_ch38x_setup()
1981 port->port.flags |= UPF_FIXED_TYPE; in pci_sunix_setup()
H A D8250_dw.c501 p->flags = UPF_SKIP_TEST | UPF_SHARE_IRQ | UPF_FIXED_TYPE; in dw8250_quirks()
H A D8250_pci1xxxx.c668 port->port.flags |= UPF_FIXED_TYPE | UPF_SKIP_TEST; in pci1xxxx_setup()
H A D8250_core.c761 if (up->port.flags & UPF_FIXED_TYPE) in serial8250_register_8250_port()
/linux-6.15/arch/mips/loongson32/common/
H A Dplatform.c25 .flags = UPF_IOREMAP | UPF_FIXED_TYPE, \
/linux-6.15/drivers/parisc/
H A Dsuperio.c394 serial_port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE | in superio_serial_init()
/linux-6.15/arch/mips/alchemy/common/
H A Dplatform.c58 UPF_FIXED_TYPE, \
/linux-6.15/drivers/tty/serial/
H A Dclps711x.c478 s->port.flags = UPF_SKIP_TEST | UPF_FIXED_TYPE; in uart_clps711x_probe()
H A Dsccnxp.c985 s->port[i].flags = UPF_SKIP_TEST | UPF_FIXED_TYPE; in sccnxp_probe()
/linux-6.15/include/linux/
H A Dserial_core.h539 #define UPF_FIXED_TYPE ((__force upf_t) BIT_ULL(27)) macro

12