Home
last modified time | relevance | path

Searched refs:msg_bytes (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/drm2/radeon/
HDatombios_dp.c120 int msg_bytes = send_bytes + 4; in radeon_dp_aux_native_write() local
130 msg[3] = (msg_bytes << 4) | (send_bytes - 1); in radeon_dp_aux_native_write()
135 msg, msg_bytes, NULL, 0, delay, &ack); in radeon_dp_aux_native_write()
156 int msg_bytes = 4; in radeon_dp_aux_native_read() local
164 msg[3] = (msg_bytes << 4) | (recv_bytes - 1); in radeon_dp_aux_native_read()
168 msg, msg_bytes, recv, recv_bytes, delay, &ack); in radeon_dp_aux_native_read()
210 int msg_bytes; in radeon_dp_i2c_aux_ch() local
229 msg_bytes = 5; in radeon_dp_i2c_aux_ch()
230 msg[3] = msg_bytes << 4; in radeon_dp_i2c_aux_ch()
234 msg_bytes = 4; in radeon_dp_i2c_aux_ch()
[all …]
/trueos/sys/dev/drm2/i915/
HDintel_dp.c483 int msg_bytes; in intel_dp_aux_native_write() local
494 msg_bytes = send_bytes + 4; in intel_dp_aux_native_write()
496 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, &ack, 1); in intel_dp_aux_native_write()
523 int msg_bytes; in intel_dp_aux_native_read() local
535 msg_bytes = 4; in intel_dp_aux_native_read()
539 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, in intel_dp_aux_native_read()
567 int msg_bytes; in intel_dp_i2c_aux_ch() local
592 msg_bytes = 5; in intel_dp_i2c_aux_ch()
597 msg_bytes = 4; in intel_dp_i2c_aux_ch()
601 msg_bytes = 3; in intel_dp_i2c_aux_ch()
[all …]