Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_pch_display.c382 sel = TRANS_DPLLB_SEL(pipe); in ilk_pch_enable()
466 TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe), 0); in ilk_pch_post_disable()
520 if (tmp & TRANS_DPLLB_SEL(pipe)) in ilk_pch_get_config()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_reg.h3151 #define TRANS_DPLLB_SEL(pipe) (1 << ((pipe) * 4)) macro