Searched refs:R600_HDMI_BLOCK2 (Results 1 - 3 of 3) 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.h157 #define R600_HDMI_BLOCK2 0x7700 macro
H A Dr600_hdmi.c424 case R600_HDMI_BLOCK2:
440 return R600_HDMI_BLOCK2;
H A Dr600.c3059 hdmi2 = RREG32(R600_HDMI_BLOCK2 + R600_HDMI_CNTL) & ~R600_HDMI_INT_EN;
3129 WREG32(R600_HDMI_BLOCK2 + R600_HDMI_CNTL, hdmi2);
3221 if (RREG32(R600_HDMI_BLOCK2 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {
3222 WREG32_P(R600_HDMI_BLOCK2 + R600_HDMI_CNTL, R600_HDMI_INT_ACK, ~R600_HDMI_INT_ACK);

Completed in 108 milliseconds