Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Doaktrail_hdmi.c65 #define PCH_PIPEBCONF 0x3808 macro
367 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
368 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_mode_set()
408 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
410 REG_WRITE(PCH_PIPEBCONF, temp & ~PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
411 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
450 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
452 REG_WRITE(PCH_PIPEBCONF, temp | PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
453 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
776 hdmi_dev->savePCH_PIPEBCONF = PSB_RVDC32(PCH_PIPEBCONF); in oaktrail_hdmi_save()
[all …]