Lines Matching refs:siu_uart_ports
61 static struct uart_port siu_uart_ports[SIU_PORTS_MAX] = { variable
63 .lock = __SPIN_LOCK_UNLOCKED(siu_uart_ports->lock),
81 port = &siu_uart_ports[0]; in vr41xx_select_siu_interface()
102 port = &siu_uart_ports[0]; in vr41xx_use_irda()
123 port = &siu_uart_ports[0]; in vr41xx_select_irda_module()
714 port = siu_uart_ports; in siu_init_ports()
774 port = &siu_uart_ports[con->index]; in siu_console_write()
796 port = &siu_uart_ports[con->index]; in siu_console_setup()
830 port = &siu_uart_ports[i]; in siu_console_init()
846 siu_uart_ports[port->line].line = port->line; in vr41xx_siu_early_setup()
847 siu_uart_ports[port->line].type = port->type; in vr41xx_siu_early_setup()
848 siu_uart_ports[port->line].uartclk = SIU_BAUD_BASE * 16; in vr41xx_siu_early_setup()
849 siu_uart_ports[port->line].mapbase = port->mapbase; in vr41xx_siu_early_setup()
850 siu_uart_ports[port->line].ops = &siu_uart_ops; in vr41xx_siu_early_setup()
882 port = &siu_uart_ports[i]; in siu_probe()
907 port = &siu_uart_ports[i]; in siu_remove()
925 port = &siu_uart_ports[i]; in siu_suspend()
941 port = &siu_uart_ports[i]; in siu_resume()