Home
last modified time | relevance | path

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

12

/linux/drivers/tty/serial/8250/
H A D8250_pxa.c115 uart.port.flags = UPF_IOREMAP | UPF_SKIP_TEST | UPF_FIXED_TYPE; in serial_pxa_probe()
H A D8250_pnp.c471 uart.port.flags |= UPF_FIXED_PORT | UPF_FIXED_TYPE; in serial_pnp_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_uniphier.c211 up.port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE; in uniphier_uart_probe()
H A D8250_loongson.c123 port->flags = UPF_SHARE_IRQ | UPF_FIXED_PORT | UPF_FIXED_TYPE | UPF_IOREMAP; in loongson_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.c308 uart->port.flags = UPF_BOOT_AUTOCONF | UPF_FIXED_PORT | UPF_FIXED_TYPE; in ni16550_probe()
H A D8250_of.c110 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.c451 port.port.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_FIXED_PORT | UPF_FIXED_TYPE | in aspeed_vuart_probe()
H A D8250_pci.c1594 port->port.flags = (port->port.flags | UPF_FIXED_PORT | UPF_FIXED_TYPE); in ce4100_serial_setup()
1616 port->port.flags = (port->port.flags | UPF_FIXED_PORT | UPF_FIXED_TYPE); in pci_brcm_trumanage_setup()
1911 port->port.flags |= UPF_FIXED_TYPE; in pci_wch_ch353_setup()
1924 port->port.flags |= UPF_FIXED_TYPE; in pci_wch_ch355_setup()
1937 port->port.flags |= UPF_FIXED_TYPE; in pci_wch_ch38x_setup()
1990 port->port.flags |= UPF_FIXED_TYPE; in pci_sunix_setup()
H A D8250_pci1xxxx.c678 port->port.flags |= UPF_FIXED_TYPE | UPF_SKIP_TEST; in pci1xxxx_setup()
H A D8250_dw.c657 p->flags = UPF_SKIP_TEST | UPF_SHARE_IRQ | UPF_FIXED_TYPE; in dw8250_quirks()
H A D8250_exar.c1486 uart.port.flags = UPF_SHARE_IRQ | UPF_EXAR_EFR | UPF_FIXED_TYPE | UPF_FIXED_PORT; in exar_pci_probe()
H A D8250_port.c3182 if (up->port.flags & UPF_FIXED_TYPE) { in serial8250_set_defaults()
/linux/drivers/parisc/
H A Dsuperio.c394 serial_port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE | in superio_serial_init()
/linux/arch/mips/alchemy/common/
H A Dplatform.c58 UPF_FIXED_TYPE, \
/linux/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()
H A Dsc16is7xx.c1474 port->flags = UPF_FIXED_TYPE | UPF_LOW_LATENCY; in sc16is7xx_setup_channel()
/linux/include/linux/
H A Dserial_core.h541 #define UPF_FIXED_TYPE ((__force upf_t) BIT_ULL(27)) macro

12