Symbol: DC_HPDx_INT_POLARITY
sys/dev/drm/radeon/cik.c
6936
tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/cik.c
6938
tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/cik.c
6940
tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/cik.c
6942
tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/cik.c
6944
tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/cik.c
6946
tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/evergreen.c
1730
WREG32_AND(DC_HPDx_INT_CONTROL(hpd), ~DC_HPDx_INT_POLARITY);
sys/dev/drm/radeon/evergreen.c
1732
WREG32_OR(DC_HPDx_INT_CONTROL(hpd), DC_HPDx_INT_POLARITY);
sys/dev/drm/radeon/evergreen.c
4469
WREG32_AND(DC_HPDx_INT_CONTROL(i), DC_HPDx_INT_POLARITY);
sys/dev/drm/radeon/r600.c
3646
tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
3648
tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
3650
tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
3652
tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
3655
tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
3657
tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
860
tmp &= ~DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
862
tmp |= DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
868
tmp &= ~DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
870
tmp |= DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
876
tmp &= ~DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
878
tmp |= DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
884
tmp &= ~DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
886
tmp |= DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
892
tmp &= ~DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
894
tmp |= DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
901
tmp &= ~DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/r600.c
903
tmp |= DC_HPDx_INT_POLARITY;
sys/dev/drm/radeon/si.c
5960
DC_HPDx_INT_POLARITY);