Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/gma500/
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()
Dpsb_intel_reg.h771 #define HDMIB_PORT_EN (1 << 31) macro