Searched refs:upf_t (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial_core.h222 typedef unsigned int __bitwise__ upf_t; typedef
255 upf_t flags;
257 #define UPF_FOURPORT ((__force upf_t) (1 << 1))
258 #define UPF_SAK ((__force upf_t) (1 << 2))
259 #define UPF_SPD_MASK ((__force upf_t) (0x1030))
260 #define UPF_SPD_HI ((__force upf_t) (0x0010))
261 #define UPF_SPD_VHI ((__force upf_t) (0x0020))
262 #define UPF_SPD_CUST ((__force upf_t) (0x0030))
263 #define UPF_SPD_SHI ((__force upf_t) (0x1000))
264 #define UPF_SPD_WARP ((__force upf_t) (
[all...]
H A Dserial_8250.h29 upf_t flags; /* UPF_* flags */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsci.h29 upf_t flags; /* UPF_* flags */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Duncompress.h16 typedef unsigned int upf_t; /* cannot include linux/serial_core.h */ typedef
H A Dregs-serial.h211 upf_t uart_flags; /* default uart flags */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dlegacy_serial.c40 upf_t flags, int irq_check_parent)
118 upf_t flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_SHARE_IRQ
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c338 upf_t flags = port->flags & UPF_SPD_MASK;
644 upf_t old_flags, new_flags;

Completed in 108 milliseconds