Home
last modified time | relevance | path

Searched refs:upf_t (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/linux/
H A Dserial_core.h426 typedef u64 __bitwise upf_t; typedef
493 upf_t flags;
522 #define UPF_AUTO_CTS ((__force upf_t) BIT_ULL(20))
523 #define UPF_AUTO_RTS ((__force upf_t) BIT_ULL(21))
526 #define UPF_SOFT_FLOW ((__force upf_t) BIT_ULL(22))
527 #define UPF_CONS_FLOW ((__force upf_t) BIT_ULL(23))
528 #define UPF_SHARE_IRQ ((__force upf_t) BIT_ULL(24))
529 #define UPF_EXAR_EFR ((__force upf_t) BIT_ULL(25))
530 #define UPF_BUG_THRE ((__force upf_t) BIT_ULL(26))
535 #define UPF_DEAD ((__force upf_t) BIT_ULL(30))
[all …]
H A Dserial_sci.h53 upf_t flags; /* UPF_* flags */
H A Dserial_s3c.h283 upf_t uart_flags; /* default uart flags */
H A Dserial_8250.h47 upf_t flags; /* UPF_* flags */
/openbmc/linux/include/linux/platform_data/
H A Dserial-omap.h32 upf_t flags; /* UPF_* flags */
/openbmc/linux/drivers/accessibility/speakup/
H A Dserialio.h20 upf_t flags; /* unused */
/openbmc/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c54 static const upf_t legacy_port_flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST |
78 upf_t flags, int irq_check_parent) in add_legacy_port()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250.h61 upf_t flags;
H A D8250_port.c2563 upf_t magic_multiplier = port->flags & UPF_MAGIC_MULTIPLIER; in serial8250_do_get_divisor()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c463 upf_t flags = port->flags & UPF_SPD_MASK; in uart_get_baud_rate()
842 upf_t old_flags, new_flags; in uart_set_info()
876 new_flags = (__force upf_t)new_info->flags; in uart_set_info()