Searched defs:pll_value (Results 1 – 3 of 3) sorted by relevance
42 struct pll_value { struct43 enum clock_type clock_type;44 unsigned long input_freq; /* Input clock frequency to the PLL */47 unsigned long M;48 unsigned long N;49 unsigned long OD;50 unsigned long POD;
25 u32 pll_value; member
150 u32 pll_value; in gli_set_9750() local