Searched refs:R600_HDMI_STATUS (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.h162 #define R600_HDMI_STATUS 0x04 macro
H A Dr600_hdmi.c259 return (RREG32(offset+R600_HDMI_STATUS) & 0x10) != 0;
H A Dr600.c3213 if (RREG32(R600_HDMI_BLOCK1 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {
3217 if (RREG32(R600_HDMI_BLOCK3 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {
3221 if (RREG32(R600_HDMI_BLOCK2 + R600_HDMI_STATUS) & R600_HDMI_INT_PENDING) {

Completed in 106 milliseconds