Searched refs:ch_ctl (Results 1 – 2 of 2) sorted by relevance
575 uint32_t ch_ctl = output_reg + 0x10; in cdv_intel_dp_aux_ch() local576 uint32_t ch_data = ch_ctl + 4; in cdv_intel_dp_aux_ch()595 if (REG_READ(ch_ctl) & DP_AUX_CH_CTL_SEND_BUSY) { in cdv_intel_dp_aux_ch()597 REG_READ(ch_ctl)); in cdv_intel_dp_aux_ch()609 REG_WRITE(ch_ctl, in cdv_intel_dp_aux_ch()619 status = REG_READ(ch_ctl); in cdv_intel_dp_aux_ch()626 REG_WRITE(ch_ctl, in cdv_intel_dp_aux_ch()
655 uint32_t ch_ctl = intel_dp->aux_ch_ctl_reg; in intel_dp_aux_wait_done() local659 #define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0) in intel_dp_aux_wait_done()792 uint32_t ch_ctl = intel_dp->aux_ch_ctl_reg; in intel_dp_aux_ch() local793 uint32_t ch_data = ch_ctl + 4; in intel_dp_aux_ch()821 status = I915_READ_NOTRACE(ch_ctl); in intel_dp_aux_ch()829 const u32 status = I915_READ(ch_ctl); in intel_dp_aux_ch()862 I915_WRITE(ch_ctl, send_ctl); in intel_dp_aux_ch()867 I915_WRITE(ch_ctl, in intel_dp_aux_ch()