Searched refs:R600_HDMI_BLOCK1 (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_hdmi.c421 case R600_HDMI_BLOCK1:
435 return free_blocks[0] ? R600_HDMI_BLOCK1 : 0;
438 return R600_HDMI_BLOCK1;
461 R600_HDMI_BLOCK3 : R600_HDMI_BLOCK1;
518 rdev->irq.hdmi[offset == R600_HDMI_BLOCK1 ? 0 : 1] = true;
554 rdev->irq.hdmi[offset == R600_HDMI_BLOCK1 ? 0 : 1] = false;
H A Dr600_reg.h156 #define R600_HDMI_BLOCK1 0x7400 macro
H A Dr600.c3047 hdmi1 = RREG32(R600_HDMI_BLOCK1 + R600_HDMI_CNTL) & ~R600_HDMI_INT_EN;
3117 WREG32(R600_HDMI_BLOCK1 + R600_HDMI_CNTL, hdmi1);
3213 if (RREG32(R600_HDMI_BLOCK1 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {
3214 WREG32_P(R600_HDMI_BLOCK1 + R600_HDMI_CNTL, R600_HDMI_INT_ACK, ~R600_HDMI_INT_ACK);

Completed in 114 milliseconds