Lines Matching refs:baudclk
1110 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1111 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_pm()
1119 if (!IS_ERR(ourport->baudclk)) in s3c24xx_serial_pm()
1120 clk_prepare_enable(ourport->baudclk); in s3c24xx_serial_pm()
1290 if (ourport->baudclk != clk) { in s3c24xx_serial_set_termios()
1293 if (!IS_ERR(ourport->baudclk)) { in s3c24xx_serial_set_termios()
1294 clk_disable_unprepare(ourport->baudclk); in s3c24xx_serial_set_termios()
1295 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_set_termios()
1300 ourport->baudclk = clk; in s3c24xx_serial_set_termios()
1620 if (IS_ERR(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1623 if (port->baudclk_rate == clk_get_rate(port->baudclk)) in s3c24xx_serial_cpufreq_transition()
1834 ourport->baudclk = ERR_PTR(-EINVAL); in s3c24xx_serial_probe()