Home
last modified time | relevance | path

Searched refs:DC_HPDx_INT_POLARITY (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dr600.c860 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
862 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
868 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
870 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
876 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
878 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
884 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
886 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
892 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
894 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
[all …]
H A Dsid.h887 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dcik.c6957 tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6959 tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6961 tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6963 tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6965 tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
6967 tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY; in cik_disable_interrupt_state()
H A Dcikd.h961 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Devergreen.c1730 WREG32_AND(DC_HPDx_INT_CONTROL(hpd), ~DC_HPDx_INT_POLARITY); in evergreen_hpd_set_polarity()
1732 WREG32_OR(DC_HPDx_INT_CONTROL(hpd), DC_HPDx_INT_POLARITY); in evergreen_hpd_set_polarity()
4468 WREG32_AND(DC_HPDx_INT_CONTROL(i), DC_HPDx_INT_POLARITY); in evergreen_disable_interrupt_state()
H A Devergreend.h1353 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dr600d.h864 # define DC_HPDx_INT_POLARITY (1 << 8) macro
H A Dsi.c5960 DC_HPDx_INT_POLARITY); in si_disable_interrupt_state()