HomeSort by: relevance | last modified time | path
    Searched defs:pll1 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hpcmips/dev/
mq200priv.h 46 int pll1, pll2, pll3; member in struct:mq200_clock_setting
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_hw.c 136 nouveau_hw_decode_pll(struct drm_device *dev, uint32_t reg1, uint32_t pll1,
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 in function:nouveau_hw_get_pllvals
182 pll1 = nvif_rd32(device, reg1)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_nv04.c 212 uint32_t pll1 = (oldpll1 & 0xfff80000) | pv->log2P << 16 | pv->NM1; local in function:setPLL_double_highregs
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);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpll_mgr.h 197 u32 ebb0, ebb4, pll0, pll1, pll2, pll3, pll6, pll8, pll9, pll10, pcsdw12; member in struct:intel_dpll_hw_state
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
da850.dtsi 695 pll1: clock-controller@21a000 { label
696 compatible = "ti,da850-pll1";
ste-nomadik-stn8815.dtsi 196 * that is parent of TIMCLK, PLL1 and PLL2
218 /* PLL1 is locked to MXTALI and variable from 20.4 to 334 MHz */
219 pll1: pll1@0 { label in label:src
226 /* HCLK divides the PLL1 with 1,2,3 or 4 */
230 clocks = <&pll1>;

Completed in 18 milliseconds