Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/radeon/
Dr600.c681 tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
683 tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
689 tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
691 tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
697 tmp &= ~DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
699 tmp |= DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_hpd_set_polarity()
2980 tmp = RREG32(DC_HOT_PLUG_DETECT1_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_disable_interrupt_state()
2982 tmp = RREG32(DC_HOT_PLUG_DETECT2_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_disable_interrupt_state()
2984 tmp = RREG32(DC_HOT_PLUG_DETECT3_INT_CONTROL) & DC_HOT_PLUG_DETECTx_INT_POLARITY; in r600_disable_interrupt_state()
Dr600d.h751 # define DC_HOT_PLUG_DETECTx_INT_POLARITY (1 << 8) macro