old_serial_port 22 drivers/staging/speakup/serialio.c static const struct old_serial_port rs_table[] = { old_serial_port 26 drivers/staging/speakup/serialio.c static const struct old_serial_port *serstate; old_serial_port 46 drivers/staging/speakup/serialio.c const struct old_serial_port *spk_serial_init(int index) old_serial_port 51 drivers/staging/speakup/serialio.c const struct old_serial_port *ser; old_serial_port 172 drivers/staging/speakup/serialio.c const struct old_serial_port *ser; old_serial_port 37 drivers/staging/speakup/spk_priv.h const struct old_serial_port *spk_serial_init(int index); old_serial_port 70 drivers/tty/serial/8250/8250_core.c static const struct old_serial_port old_serial_port[] = { old_serial_port 537 drivers/tty/serial/8250/8250_core.c i < ARRAY_SIZE(old_serial_port) && i < nr_uarts; old_serial_port 541 drivers/tty/serial/8250/8250_core.c port->iobase = old_serial_port[i].port; old_serial_port 542 drivers/tty/serial/8250/8250_core.c port->irq = irq_canonicalize(old_serial_port[i].irq); old_serial_port 544 drivers/tty/serial/8250/8250_core.c port->uartclk = old_serial_port[i].baud_base * 16; old_serial_port 545 drivers/tty/serial/8250/8250_core.c port->flags = old_serial_port[i].flags; old_serial_port 547 drivers/tty/serial/8250/8250_core.c port->membase = old_serial_port[i].iomem_base; old_serial_port 548 drivers/tty/serial/8250/8250_core.c port->iotype = old_serial_port[i].io_type; old_serial_port 549 drivers/tty/serial/8250/8250_core.c port->regshift = old_serial_port[i].iomem_reg_shift;