Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Doaktrail_hdmi.c72 #define PCH_PIPEBCONF 0x3808 macro
372 REG_WRITE(PCH_PIPEBCONF, pipeconf); in oaktrail_crtc_hdmi_mode_set()
373 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_mode_set()
413 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
415 REG_WRITE(PCH_PIPEBCONF, temp & ~PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
416 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
455 temp = REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
457 REG_WRITE(PCH_PIPEBCONF, temp | PIPEACONF_ENABLE); in oaktrail_crtc_hdmi_dpms()
458 REG_READ(PCH_PIPEBCONF); in oaktrail_crtc_hdmi_dpms()
764 hdmi_dev->savePCH_PIPEBCONF = PSB_RVDC32(PCH_PIPEBCONF); in oaktrail_hdmi_save()
[all …]