Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_pch_display.c380 sel = TRANS_DPLLB_SEL(pipe); in ilk_pch_enable()
464 TRANS_DPLL_ENABLE(pipe) | TRANS_DPLLB_SEL(pipe), 0); in ilk_pch_post_disable()
518 if (tmp & TRANS_DPLLB_SEL(pipe)) in ilk_pch_get_config()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h4999 #define TRANS_DPLLB_SEL(pipe) (1 << ((pipe) * 4)) macro