Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/
Di915_reg.h1443 #define DPLL_FPA01_P1_POST_DIV_MASK 0x00ff0000 /* i915 */ macro
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display.c3865 clock.p1 = ffs((dpll & DPLL_FPA01_P1_POST_DIV_MASK) >> in i9xx_crtc_clock_get()