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()
1409 if (ourport->baudclk != clk) { in s3c24xx_serial_set_termios()
1414 if (!IS_ERR(ourport->baudclk)) { in s3c24xx_serial_set_termios()
1415 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_set_termios()
1416 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_set_termios()
1419 ourport->baudclk = clk; in s3c24xx_serial_set_termios()
1743 if (IS_ERR(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1746 if (port->baudclk_rate == clk_get_rate(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1835 ourport->baudclk = clk; in s3c24xx_serial_enable_baudclk()
1941 pr_warn("uart: failed to enable baudclk\n"); in s3c24xx_serial_init_port()
2012 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_probe()
2076 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_probe()
2077 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_probe()
2121 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume()
2122 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_resume()
2124 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume()
2125 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_resume()
2149 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume_noirq()
2150 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_resume_noirq()
2152 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_resume_noirq()
2153 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_resume_noirq()