Searched refs:pll1 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
H A Dnouveau_nvkm_subdev_devinit_nv04.c212 uint32_t pll1 = (oldpll1 & 0xfff80000) | pv->log2P << 16 | pv->NM1; local
219 /* model specific additions to generic pll1 and pll2 set up above */
221 pll1 = (pll1 & 0xfcc7ffff) | (pv->N2 & 0x18) << 21 |
236 pll1 = (pll1 & 0x7fffffff) | (single_stage ? 0x4 : 0xc) << 28;
238 if (oldpll1 == pll1 && oldpll2 == pll2)
272 nvkm_wr32(device, reg1, pll1);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_hw.c136 nouveau_hw_decode_pll(struct drm_device *dev, uint32_t reg1, uint32_t pll1, argument
144 pllvals->log2P = (pll1 >> 16) & 0x7;
150 if (!(pll1 & 0x1100))
153 pllvals->NM1 = pll1 & 0xffff;
158 if (pll1 & NV30_RAMDAC_ENABLE_VCO2) {
159 pllvals->M2 = (pll1 >> 4) & 0x7;
160 pllvals->N2 = ((pll1 >> 21) & 0x18) |
161 ((pll1 >> 19) & 0x7);
174 uint32_t reg1, pll1, pll2 = 0; local
182 pll1
[all...]
/netbsd-current/sys/arch/hpcmips/dev/
H A Dmq200priv.h46 int pll1, pll2, pll3; member in struct:mq200_clock_setting
H A Dmq200subr.c239 mq200_set_pll(sc, MQ200_CLOCK_PLL1, clock->pll1);
325 if (clock->pll1 == 0) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dpll_mgr.h197 u32 ebb0, ebb4, pll0, pll1, pll2, pll3, pll6, pll8, pll9, pll10, pcsdw12; member in struct:intel_dpll_hw_state
H A Dintel_dpll_mgr.c1559 temp |= pll->state.hw_state.pll1;
1689 hw_state->pll1 = I915_READ(BXT_PORT_PLL(phy, ch, 1));
1690 hw_state->pll1 &= PORT_PLL_N_MASK;
1851 dpll_hw_state->pll1 = PORT_PLL_N(clk_div->n);
1932 "pll0: 0x%x, pll1: 0x%x, pll2: 0x%x, pll3: 0x%x, "
1937 hw_state->pll1,
H A Dintel_ddi.c1728 clock.n = (pll_state->pll1 & PORT_PLL_N_MASK) >> PORT_PLL_N_SHIFT;
H A Dintel_display.c13680 PIPE_CONF_CHECK_X(dpll_hw_state.pll1);

Completed in 215 milliseconds