Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_hdmi.c101 REG_WRITE(hdmi_priv->hdmi_reg, hdmib & ~HDMIB_PORT_EN); in cdv_hdmi_dpms()
103 REG_WRITE(hdmi_priv->hdmi_reg, hdmib | HDMIB_PORT_EN); in cdv_hdmi_dpms()
H A Dpsb_intel_reg.h771 #define HDMIB_PORT_EN (1 << 31) macro