Lines Matching defs:sport
2715 struct sci_port *sport = to_sci_port(port);
2724 port->membase = ioremap(port->mapbase, sport->reg_size);
2743 struct sci_port *sport = to_sci_port(port);
2750 release_mem_region(port->mapbase, sport->reg_size);
2756 struct sci_port *sport = to_sci_port(port);
2759 res = request_mem_region(port->mapbase, sport->reg_size,
2778 struct sci_port *sport = to_sci_port(port);
2780 port->type = sport->cfg->type;
3451 struct sci_port *sport = dev_get_drvdata(dev);
3453 if (sport)
3454 uart_suspend_port(&sci_uart_driver, &sport->port);
3461 struct sci_port *sport = dev_get_drvdata(dev);
3463 if (sport)
3464 uart_resume_port(&sci_uart_driver, &sport->port);