Searched refs:R600_HDMI_INT_EN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_reg.h165 # define R600_HDMI_INT_EN (1 << 28) macro
H A Dr600.c3047 hdmi1 = RREG32(R600_HDMI_BLOCK1 + R600_HDMI_CNTL) & ~R600_HDMI_INT_EN;
3049 hdmi2 = RREG32(R600_HDMI_BLOCK3 + R600_HDMI_CNTL) & ~R600_HDMI_INT_EN;
3059 hdmi2 = RREG32(R600_HDMI_BLOCK2 + R600_HDMI_CNTL) & ~R600_HDMI_INT_EN;
3103 hdmi1 |= R600_HDMI_INT_EN;
3107 hdmi2 |= R600_HDMI_INT_EN;

Completed in 152 milliseconds