Home
last modified time | relevance | path

Searched refs:send_bytes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_dp_aux.c149 int send_bytes, in g4x_get_aux_send_ctl() argument
169 DP_AUX_CH_CTL_MESSAGE_SIZE(send_bytes) | in g4x_get_aux_send_ctl()
175 int send_bytes, in skl_get_aux_send_ctl() argument
193 DP_AUX_CH_CTL_MESSAGE_SIZE(send_bytes) | in skl_get_aux_send_ctl()
212 const u8 *send, int send_bytes, in intel_dp_aux_xfer() argument
301 if (drm_WARN_ON(&i915->drm, send_bytes > 20 || recv_size > 20)) { in intel_dp_aux_xfer()
308 send_bytes, in intel_dp_aux_xfer()
316 for (i = 0; i < send_bytes; i += 4) in intel_dp_aux_xfer()
319 send_bytes - i)); in intel_dp_aux_xfer()
H A Dintel_display_types.h1765 u32 (*get_aux_send_ctl)(struct intel_dp *dp, int send_bytes,
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_dp.c59 u8 *send, int send_bytes, in amdgpu_atombios_dp_process_aux_ch() argument
77 amdgpu_atombios_copy_swap(base, send, send_bytes, true); in amdgpu_atombios_dp_process_aux_ch()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Datombios_dp.c86 u8 *send, int send_bytes, in radeon_process_aux_ch() argument
105 radeon_atom_copy_swap(base, send, send_bytes, true); in radeon_process_aux_ch()