Lines Matching refs:pll
993 if (!btv->pll.pll_crystal) in set_pll()
996 if (btv->pll.pll_ofreq == btv->pll.pll_current) { in set_pll()
1001 if (btv->pll.pll_ifreq == btv->pll.pll_ofreq) { in set_pll()
1003 if (btv->pll.pll_current == 0) in set_pll()
1006 btv->c.nr,btv->pll.pll_ifreq); in set_pll()
1009 btv->pll.pll_current = 0; in set_pll()
1014 btv->pll.pll_ifreq, btv->pll.pll_ofreq); in set_pll()
1015 set_pll_freq(btv, btv->pll.pll_ifreq, btv->pll.pll_ofreq); in set_pll()
1026 btv->pll.pll_current = btv->pll.pll_ofreq; in set_pll()
1031 btv->pll.pll_current = -1; in set_pll()
1055 btv->pll.pll_ofreq = 27000000; in bt848A_set_timing()
1061 btv->pll.pll_ofreq = fsc; in bt848A_set_timing()
1444 btv->pll.pll_current = -1; in bttv_reinit_bt848()