Home
last modified time | relevance | path

Searched refs:DG1_DPLL_CFGCR0 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_dpll_mgr.c3698 hw_state->cfgcr0 = intel_de_read(i915, DG1_DPLL_CFGCR0(id)); in icl_pll_get_hw_state()
3762 cfgcr0_reg = DG1_DPLL_CFGCR0(id); in icl_dpll_write()
/openbsd/src/sys/dev/pci/drm/i915/
Di915_reg.h4327 #define DG1_DPLL_CFGCR0(pll) _MMIO(_PICK_EVEN_2RANGES(pll, 2, \ macro