Home
last modified time | relevance | path

Searched defs:old_serial_port (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dserialio.h15 struct old_serial_port { struct
16 unsigned int uart; /* unused */
17 unsigned int baud_base;
18 unsigned int port;
19 unsigned int irq;
20 upf_t flags; /* unused */
/openbmc/linux/drivers/tty/serial/8250/
H A D8250.h56 struct old_serial_port { struct
57 unsigned int uart;
58 unsigned int baud_base;
59 unsigned int port;
60 unsigned int irq;
61 upf_t flags;
62 unsigned char io_type;
63 unsigned char __iomem *iomem_base;
64 unsigned short iomem_reg_shift;
H A D8250_core.c71 static const struct old_serial_port old_serial_port[] = { variable