Searched refs:AUX_HPD_SEL (Results 1 – 2 of 2) sorted by relevance
106 tmp &= AUX_HPD_SEL(0x7); in radeon_dp_aux_transfer_native()107 tmp |= AUX_HPD_SEL(chan->rec.hpd); in radeon_dp_aux_transfer_native()
825 #define AUX_HPD_SEL(x) (((x) & 0x7) << 20) macro