Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dcdv_intel_hdmi.c102 REG_WRITE(hdmi_priv->hdmi_reg, hdmib & ~HDMIB_PORT_EN); in cdv_hdmi_dpms()
104 REG_WRITE(hdmi_priv->hdmi_reg, hdmib | HDMIB_PORT_EN); in cdv_hdmi_dpms()
Dpsb_intel_reg.h823 #define HDMIB_PORT_EN (1 << 31) macro