Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/accessibility/speakup/
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 */
/Linux-v5.15/drivers/tty/serial/8250/
D8250.h54 struct old_serial_port { struct
55 unsigned int uart;
56 unsigned int baud_base;
57 unsigned int port;
58 unsigned int irq;
59 upf_t flags;
60 unsigned char io_type;
61 unsigned char __iomem *iomem_base;
62 unsigned short iomem_reg_shift;
D8250_core.c70 static const struct old_serial_port old_serial_port[] = { variable