Lines Matching defs:output
202 * This work ramps both output PGAs at stream start/stop time to
973 unsigned int output)
978 if (output >= 2815250 && output <= 3125000)
980 else if (output >= 5625000 && output <= 6250000)
982 else if (output >= 11250000 && output <= 12500000)
984 else if (output >= 22500000 && output <= 25000000)
987 printk(KERN_ERR "wm8350: fll freq %d out of range\n", output);
996 t1 = output * (1 << (fll_div->div + 1));