Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_pch_display.c380 temp |= TRANS_DPLL_ENABLE(pipe); in ilk_pch_enable()
471 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe)); in ilk_pch_post_disable()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h6110 #define TRANS_DPLL_ENABLE(pipe) (1 << ((pipe) * 4 + 3)) macro