Lines Matching refs:baudclk
1085 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1086 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_pm()
1094 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1095 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_pm()
1265 if (ourport->baudclk != clk) { in s3c24xx_serial_set_termios()
1270 if (!IS_ERR(ourport->baudclk)) { in s3c24xx_serial_set_termios()
1271 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_set_termios()
1272 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_set_termios()
1275 ourport->baudclk = clk; in s3c24xx_serial_set_termios()
1595 if (IS_ERR(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1598 if (port->baudclk_rate == clk_get_rate(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1809 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_probe()