Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pch_display.c388 sel = TRANS_DPLLB_SEL(pipe); in ilk_pch_enable()
472 TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe), 0); in ilk_pch_post_disable()
526 if (tmp & TRANS_DPLLB_SEL(pipe)) in ilk_pch_get_config()
/linux/drivers/gpu/drm/i915/
H A Di915_reg.h2896 #define TRANS_DPLLB_SEL(pipe) (1 << ((pipe) * 4)) macro