HomeSort by: relevance | last modified time | path
    Searched refs:DC_HPDx_INT_POLARITY (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600.c 877 tmp &= ~DC_HPDx_INT_POLARITY;
879 tmp |= DC_HPDx_INT_POLARITY;
885 tmp &= ~DC_HPDx_INT_POLARITY;
887 tmp |= DC_HPDx_INT_POLARITY;
893 tmp &= ~DC_HPDx_INT_POLARITY;
895 tmp |= DC_HPDx_INT_POLARITY;
901 tmp &= ~DC_HPDx_INT_POLARITY;
903 tmp |= DC_HPDx_INT_POLARITY;
909 tmp &= ~DC_HPDx_INT_POLARITY;
911 tmp |= DC_HPDx_INT_POLARITY;
    [all...]
radeon_cik.c 6937 tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY;
6939 tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY;
6941 tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY;
6943 tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY;
6945 tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY;
6947 tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY;
cikd.h 963 # define DC_HPDx_INT_POLARITY (1 << 8)
sid.h 889 # define DC_HPDx_INT_POLARITY (1 << 8)
radeon_evergreen.c 1753 WREG32_AND(DC_HPDx_INT_CONTROL(hpd), ~DC_HPDx_INT_POLARITY);
1755 WREG32_OR(DC_HPDx_INT_CONTROL(hpd), DC_HPDx_INT_POLARITY);
4492 WREG32_AND(DC_HPDx_INT_CONTROL(i), DC_HPDx_INT_POLARITY);
evergreend.h 1355 # define DC_HPDx_INT_POLARITY (1 << 8)
r600d.h 866 # define DC_HPDx_INT_POLARITY (1 << 8)
radeon_si.c 5981 DC_HPDx_INT_POLARITY);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sid.h 893 # define DC_HPDx_INT_POLARITY (1 << 8)

Completed in 71 milliseconds