Searched refs:DP_AUX_CH_DATA (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dp_aux.c546 return DP_AUX_CH_DATA(aux_ch, index);
549 return DP_AUX_CH_DATA(AUX_CH_B, index);
580 return DP_AUX_CH_DATA(aux_ch, index);
587 return DP_AUX_CH_DATA(AUX_CH_A, index);
624 return DP_AUX_CH_DATA(aux_ch, index);
627 return DP_AUX_CH_DATA(AUX_CH_A, index);
670 return DP_AUX_CH_DATA(aux_ch, index);
673 return DP_AUX_CH_DATA(AUX_CH_A, index);
H A Dintel_dp_aux_regs.h23 #define DP_AUX_CH_DATA(aux_ch, i) _MMIO(_PORT(aux_ch, _DPA_AUX_CH_DATA1, _DPB_AUX_CH_DATA1) + (i) * 4) /* 5 registers */ macro

Completed in 132 milliseconds