Searched refs:ofreq (Results 1 – 2 of 2) sorted by relevance
/drivers/media/radio/ |
D | radio-maestro.c | 342 register u32 ofreq; in radio_power_on() local 354 ofreq = radio_bits_get(dev); in radio_power_on() 356 if ((ofreq < FREQ2BITS(FREQ_LO)) || (ofreq > FREQ2BITS(FREQ_HI))) in radio_power_on() 357 ofreq = FREQ2BITS(FREQ_LO); in radio_power_on() 358 radio_bits_set(dev, ofreq); in radio_power_on() 360 return (ofreq == radio_bits_get(dev)); in radio_power_on()
|
/drivers/media/video/cx88/ |
D | cx88-core.c | 757 static int set_pll(struct cx88_core *core, int prescale, u32 ofreq) in set_pll() argument 769 pll = ofreq * 8 * prescale * (u64)(1 << 20); in set_pll() 778 reg, cx_read(MO_PLL_REG), ofreq); in set_pll() 784 prescale,ofreq); in set_pll() 790 dprintk(1,"pll NOT locked [pre=%d,ofreq=%d]\n",prescale,ofreq); in set_pll()
|