Lines Matching full:baudclk
133 struct clk *baudclk; member
1229 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1230 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_pm()
1238 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1239 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_pm()
1421 if (ourport->baudclk != clk) { in s3c24xx_serial_set_termios()
1426 if (!IS_ERR(ourport->baudclk)) { in s3c24xx_serial_set_termios()
1427 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_set_termios()
1428 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_set_termios()
1431 ourport->baudclk = clk; in s3c24xx_serial_set_termios()
1755 if (IS_ERR(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1758 if (port->baudclk_rate == clk_get_rate(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1847 ourport->baudclk = clk; in s3c24xx_serial_enable_baudclk()
1953 pr_warn("uart: failed to enable baudclk\n"); in s3c24xx_serial_init_port()
2024 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_probe()
2088 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_probe()
2089 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_probe()
2133 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume()
2134 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_resume()
2136 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume()
2137 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_resume()
2161 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume_noirq()
2162 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_resume_noirq()
2164 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume_noirq()
2165 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_resume_noirq()