Home
last modified time | relevance | path

Searched refs:DC_HOT_PLUG_DETECTx_INT_POLARITY (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/drm2/radeon/
HDr600.c686 tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
688 tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
694 tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
696 tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
702 tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
704 tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
3472 tmp = RREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_disable_interrupt_state()
3474 tmp = RREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_disable_interrupt_state()
3476 tmp = RREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_disable_interrupt_state()
HDr600d.h842 # define DC_HOT_PLUG_DETECTx_INT_POLARITY (1 << 8) macro