Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_pch_display.c381 sel = TRANS_DPLLB_SEL(pipe); in ilk_pch_enable()
471 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe)); in ilk_pch_post_disable()
526 if (tmp & TRANS_DPLLB_SEL(pipe)) in ilk_pch_get_config()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_reg.h6107 #define TRANS_DPLLB_SEL(pipe) (1 << ((pipe) * 4)) macro