Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_dpll_mgr.c3696 hw_state->cfgcr1 = intel_de_read(i915, ADLS_DPLL_CFGCR1(id)); in icl_pll_get_hw_state()
3760 cfgcr1_reg = ADLS_DPLL_CFGCR1(id); in icl_dpll_write()
/openbsd/src/sys/dev/pci/drm/i915/
Di915_reg.h4346 #define ADLS_DPLL_CFGCR1(pll) _MMIO(_PICK_EVEN_2RANGES(pll, 2, \ macro