Searched refs:ch_ctl (Results 1 – 2 of 2) sorted by relevance
576 uint32_t ch_ctl = output_reg + 0x10; in cdv_intel_dp_aux_ch() local577 uint32_t ch_data = ch_ctl + 4; in cdv_intel_dp_aux_ch()596 if (REG_READ(ch_ctl) & DP_AUX_CH_CTL_SEND_BUSY) { in cdv_intel_dp_aux_ch()598 REG_READ(ch_ctl)); in cdv_intel_dp_aux_ch()610 REG_WRITE(ch_ctl, in cdv_intel_dp_aux_ch()620 status = REG_READ(ch_ctl); in cdv_intel_dp_aux_ch()627 REG_WRITE(ch_ctl, in cdv_intel_dp_aux_ch()
665 uint32_t ch_ctl = intel_dp->aux_ch_ctl_reg; in intel_dp_aux_wait_done() local669 #define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0) in intel_dp_aux_wait_done()803 uint32_t ch_ctl = intel_dp->aux_ch_ctl_reg; in intel_dp_aux_ch() local804 uint32_t ch_data = ch_ctl + 4; in intel_dp_aux_ch()834 status = I915_READ_NOTRACE(ch_ctl); in intel_dp_aux_ch()842 I915_READ(ch_ctl)); in intel_dp_aux_ch()868 I915_WRITE(ch_ctl, send_ctl); in intel_dp_aux_ch()873 I915_WRITE(ch_ctl, in intel_dp_aux_ch()