Lines Matching refs:sport
2475 struct sci_port *sport = to_sci_port(port); in sci_remap_port() local
2484 port->membase = ioremap_nocache(port->mapbase, sport->reg_size); in sci_remap_port()
2503 struct sci_port *sport = to_sci_port(port); in sci_release_port() local
2510 release_mem_region(port->mapbase, sport->reg_size); in sci_release_port()
2516 struct sci_port *sport = to_sci_port(port); in sci_request_port() local
2519 res = request_mem_region(port->mapbase, sport->reg_size, in sci_request_port()
2538 struct sci_port *sport = to_sci_port(port); in sci_config_port() local
2540 port->type = sport->cfg->type; in sci_config_port()
3122 struct sci_port *sport = dev_get_drvdata(dev); in sci_suspend() local
3124 if (sport) in sci_suspend()
3125 uart_suspend_port(&sci_uart_driver, &sport->port); in sci_suspend()
3132 struct sci_port *sport = dev_get_drvdata(dev); in sci_resume() local
3134 if (sport) in sci_resume()
3135 uart_resume_port(&sci_uart_driver, &sport->port); in sci_resume()