Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Doaktrail_hdmi.c65 #define PCH_PIPEBCONF 0x3808 macro
373 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
374 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_mode_set()
414 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
416 REG_WRITE(PCH_PIPEBCONF, temp & ~PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
417 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
456 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
458 REG_WRITE(PCH_PIPEBCONF, temp | PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
459 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
791 hdmi_dev->savePCH_PIPEBCONF = PSB_RVDC32(PCH_PIPEBCONF); in oaktrail_hdmi_save()
[all …]