Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Devergreen.c580 tmp &= ~DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
582 tmp |= DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
588 tmp &= ~DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
590 tmp |= DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
596 tmp &= ~DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
598 tmp |= DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
604 tmp &= ~DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
606 tmp |= DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
612 tmp &= ~DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
614 tmp |= DC_HPDx_INT_POLARITY; in evergreen_hpd_set_polarity()
[all …]
Dr600.c632 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
634 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
640 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
642 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
648 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
650 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
656 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
658 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
664 tmp &= ~DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
666 tmp |= DC_HPDx_INT_POLARITY; in r600_hpd_set_polarity()
[all …]
Dsi.c3340 tmp = RREG32(DC_HPD1_INT_CONTROL) & DC_HPDx_INT_POLARITY; in si_disable_interrupt_state()
3342 tmp = RREG32(DC_HPD2_INT_CONTROL) & DC_HPDx_INT_POLARITY; in si_disable_interrupt_state()
3344 tmp = RREG32(DC_HPD3_INT_CONTROL) & DC_HPDx_INT_POLARITY; in si_disable_interrupt_state()
3346 tmp = RREG32(DC_HPD4_INT_CONTROL) & DC_HPDx_INT_POLARITY; in si_disable_interrupt_state()
3348 tmp = RREG32(DC_HPD5_INT_CONTROL) & DC_HPDx_INT_POLARITY; in si_disable_interrupt_state()
3350 tmp = RREG32(DC_HPD6_INT_CONTROL) & DC_HPDx_INT_POLARITY; in si_disable_interrupt_state()
Dsid.h368 # define DC_HPDx_INT_POLARITY (1 << 8) macro
Devergreend.h900 # define DC_HPDx_INT_POLARITY (1 << 8) macro
Dr600d.h853 # define DC_HPDx_INT_POLARITY (1 << 8) macro