Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpll_mgr.c3578 ICL_DPLL_CFGCR1(4)); in icl_pll_get_hw_state()
3583 ICL_DPLL_CFGCR1(id)); in icl_pll_get_hw_state()
3633 cfgcr1_reg = ICL_DPLL_CFGCR1(4); in icl_dpll_write()
3636 cfgcr1_reg = ICL_DPLL_CFGCR1(id); in icl_dpll_write()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h6143 #define ICL_DPLL_CFGCR1(pll) _MMIO_PLL(pll, _ICL_DPLL0_CFGCR1, \ macro