Searched refs:_DPLL_A (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_ns2501.c110 ns->pll_a = I915_READ(_DPLL_A);
115 I915_WRITE(_DPLL_A, 0xd0820000);
136 I915_WRITE(_DPLL_A, ns->pll_a);
H A Di915_ums.c46 dpll_reg = (pipe == PIPE_A) ? _DPLL_A : _DPLL_B;
125 dev_priv->regfile.saveDPLL_A = I915_READ(_DPLL_A);
326 dpll_a_reg = _DPLL_A;
H A Di915_reg.h1212 #define _DPLL_A (dev_priv->info->display_mmio_offset + 0x6014) macro
1214 #define DPLL(pipe) _PIPE(pipe, _DPLL_A, _DPLL_B)

Completed in 87 milliseconds