Home
last modified time | relevance | path

Searched refs:_PCH_DPLL_A (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Di915_reg.h167 #define _PCH_DPLL_A 0xc6014 macro
169 #define _PCH_DPLL(pll) (pll == 0 ? _PCH_DPLL_A : _PCH_DPLL_B)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h8442 #define _PCH_DPLL_A 0xc6014 macro
8444 #define PCH_DPLL(pll) _MMIO((pll) == 0 ? _PCH_DPLL_A : _PCH_DPLL_B)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c2352 MMIO_D(_MMIO(_PCH_DPLL_A), D_ALL); in init_generic_mmio_info()