Searched refs:pllvals (Results 1 – 3 of 3) sorted by relevance
133 uint32_t pll2, struct nvkm_pll_vals *pllvals) in nouveau_hw_decode_pll() argument140 pllvals->log2P = (pll1 >> 16) & 0x7; in nouveau_hw_decode_pll()141 pllvals->N2 = pllvals->M2 = 1; in nouveau_hw_decode_pll()144 pllvals->NM1 = pll2 & 0xffff; in nouveau_hw_decode_pll()147 pllvals->NM2 = pll2 >> 16; in nouveau_hw_decode_pll()149 pllvals->NM1 = pll1 & 0xffff; in nouveau_hw_decode_pll()151 pllvals->NM2 = pll2 & 0xffff; in nouveau_hw_decode_pll()153 pllvals->M1 &= 0xf; /* only 4 bits */ in nouveau_hw_decode_pll()155 pllvals->M2 = (pll1 >> 4) & 0x7; in nouveau_hw_decode_pll()156 pllvals->N2 = ((pll1 >> 21) & 0x18) | in nouveau_hw_decode_pll()[all …]
44 struct nvkm_pll_vals *pllvals);45 int nouveau_hw_pllvals_to_clk(struct nvkm_pll_vals *pllvals);
44 struct nvkm_pll_vals pllvals; member