sa1100_ports      616 drivers/tty/serial/sa1100.c static struct sa1100_port sa1100_ports[NR_PORTS];
sa1100_ports      640 drivers/tty/serial/sa1100.c 		sa1100_ports[i].port.uartclk   = 3686400;
sa1100_ports      641 drivers/tty/serial/sa1100.c 		sa1100_ports[i].port.ops       = &sa1100_pops;
sa1100_ports      642 drivers/tty/serial/sa1100.c 		sa1100_ports[i].port.fifosize  = 8;
sa1100_ports      643 drivers/tty/serial/sa1100.c 		sa1100_ports[i].port.line      = i;
sa1100_ports      644 drivers/tty/serial/sa1100.c 		sa1100_ports[i].port.iotype    = UPIO_MEM;
sa1100_ports      645 drivers/tty/serial/sa1100.c 		timer_setup(&sa1100_ports[i].timer, sa1100_timeout, 0);
sa1100_ports      679 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.membase = (void __iomem *)&Ser1UTCR0;
sa1100_ports      680 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.mapbase = _Ser1UTCR0;
sa1100_ports      681 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.irq     = IRQ_Ser1UART;
sa1100_ports      682 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.flags   = UPF_BOOT_AUTOCONF;
sa1100_ports      686 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.membase = (void __iomem *)&Ser2UTCR0;
sa1100_ports      687 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.mapbase = _Ser2UTCR0;
sa1100_ports      688 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.irq     = IRQ_Ser2ICP;
sa1100_ports      689 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.flags   = UPF_BOOT_AUTOCONF;
sa1100_ports      693 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.membase = (void __iomem *)&Ser3UTCR0;
sa1100_ports      694 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.mapbase = _Ser3UTCR0;
sa1100_ports      695 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.irq     = IRQ_Ser3UART;
sa1100_ports      696 drivers/tty/serial/sa1100.c 		sa1100_ports[idx].port.flags   = UPF_BOOT_AUTOCONF;
sa1100_ports      722 drivers/tty/serial/sa1100.c 	struct sa1100_port *sport = &sa1100_ports[co->index];
sa1100_ports      796 drivers/tty/serial/sa1100.c 	sport = &sa1100_ports[co->index];
sa1100_ports      896 drivers/tty/serial/sa1100.c 			if (sa1100_ports[i].port.mapbase != res->start)
sa1100_ports      899 drivers/tty/serial/sa1100.c 			sa1100_serial_add_one_port(&sa1100_ports[i], dev);