Home
last modified time | relevance | path

Searched refs:dpll_md (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/gma500/ !
H A Dcdv_intel_crt.c97 u32 adpa, dpll_md; in cdv_intel_crt_mode_set() local
112 dpll_md = REG_READ(dpll_md_reg); in cdv_intel_crt_mode_set()
114 dpll_md & ~DPLL_MD_UDI_MULTIPLIER_MASK); in cdv_intel_crt_mode_set()
H A Dcdv_device.c505 .dpll_md = DPLL_A_MD,
530 .dpll_md = DPLL_B_MD,
H A Dpsb_drv.h228 u32 dpll_md; member
262 u32 dpll_md; member
H A Dcdv_intel_display.c781 …REG_WRITE(map->dpll_md, (0 << DPLL_MD_UDI_DIVIDER_SHIFT) | ((sdvo_pixel_multiply - 1) << DPLL_MD_U… in cdv_intel_crtc_mode_set()
/linux/drivers/gpu/drm/i915/display/ !
H A Dintel_display.c3112 tmp = pipe_config->dpll_hw_state.i9xx.dpll_md; in i9xx_get_pipe_config()