Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Di915_reg.h168 #define _PCH_DPLL_B 0xc6018 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.h8443 #define _PCH_DPLL_B 0xc6018 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.c2353 MMIO_D(_MMIO(_PCH_DPLL_B), D_ALL); in init_generic_mmio_info()