Lines Matching refs:baudclk
1119 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1120 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_pm()
1128 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1129 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_pm()
1299 if (ourport->baudclk != clk) { in s3c24xx_serial_set_termios()
1304 if (!IS_ERR(ourport->baudclk)) { in s3c24xx_serial_set_termios()
1305 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_set_termios()
1306 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_set_termios()
1309 ourport->baudclk = clk; in s3c24xx_serial_set_termios()
1629 if (IS_ERR(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1632 if (port->baudclk_rate == clk_get_rate(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1855 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_probe()