Lines Matching refs:sport
2667 struct sci_port *sport = to_sci_port(port); in sci_remap_port() local
2676 port->membase = ioremap(port->mapbase, sport->reg_size); in sci_remap_port()
2695 struct sci_port *sport = to_sci_port(port); in sci_release_port() local
2702 release_mem_region(port->mapbase, sport->reg_size); in sci_release_port()
2708 struct sci_port *sport = to_sci_port(port); in sci_request_port() local
2711 res = request_mem_region(port->mapbase, sport->reg_size, in sci_request_port()
2730 struct sci_port *sport = to_sci_port(port); in sci_config_port() local
2732 port->type = sport->cfg->type; in sci_config_port()
3379 struct sci_port *sport = dev_get_drvdata(dev); in sci_suspend() local
3381 if (sport) in sci_suspend()
3382 uart_suspend_port(&sci_uart_driver, &sport->port); in sci_suspend()
3389 struct sci_port *sport = dev_get_drvdata(dev); in sci_resume() local
3391 if (sport) in sci_resume()
3392 uart_resume_port(&sci_uart_driver, &sport->port); in sci_resume()