Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c71 #define PCH_PIPEBCONF 0x3808 macro
371 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
372 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_mode_set()
412 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
414 REG_WRITE(PCH_PIPEBCONF, temp & ~PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
415 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
454 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
456 REG_WRITE(PCH_PIPEBCONF, temp | PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
457 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
763 hdmi_dev->savePCH_PIPEBCONF = PSB_RVDC32(PCH_PIPEBCONF); in oaktrail_hdmi_save()
[all …]