Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Doaktrail_hdmi.c68 #define PCH_PIPEBCONF 0x3808 macro
368 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
369 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_mode_set()
409 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
411 REG_WRITE(PCH_PIPEBCONF, temp & ~PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
412 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
451 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
453 REG_WRITE(PCH_PIPEBCONF, temp | PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
454 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
761 hdmi_dev->savePCH_PIPEBCONF = PSB_RVDC32(PCH_PIPEBCONF); in oaktrail_hdmi_save()
[all …]