Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_display.c5891 sel = TRANS_DPLLB_SEL(pipe); in ilk_pch_enable()
7224 temp &= ~(TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe)); in ilk_crtc_disable()
10780 if (tmp & TRANS_DPLLB_SEL(crtc->pipe)) in ilk_get_pipe_config()
/drivers/gpu/drm/i915/
Di915_reg.h8497 #define TRANS_DPLLB_SEL(pipe) (1 << ((pipe) * 4)) macro