Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/radeon/
H A Datombios_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()
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()
235 msg[3] = msg_bytes << 4; in radeon_dp_i2c_aux_ch()
[all …]
/freebsd-12.1/contrib/wpa/src/pae/
H A Dieee802_1x_key.c180 size_t msg_bytes, u8 *icv) in ieee802_1x_icv_aes_cmac() argument
185 res = omac1_aes_128(ick, msg, msg_bytes, icv); in ieee802_1x_icv_aes_cmac()
187 res = omac1_aes_256(ick, msg, msg_bytes, icv); in ieee802_1x_icv_aes_cmac()
H A Dieee802_1x_key.h22 size_t msg_bytes, u8 *icv);
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_dp.c492 int msg_bytes; in intel_dp_aux_native_write() local
503 msg_bytes = send_bytes + 4; in intel_dp_aux_native_write()
505 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, &ack, 1); in intel_dp_aux_native_write()
532 int msg_bytes; in intel_dp_aux_native_read() local
544 msg_bytes = 4; in intel_dp_aux_native_read()
548 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, in intel_dp_aux_native_read()
576 int msg_bytes; in intel_dp_i2c_aux_ch() local
597 msg_bytes = 5; in intel_dp_i2c_aux_ch()
602 msg_bytes = 4; in intel_dp_i2c_aux_ch()
606 msg_bytes = 3; in intel_dp_i2c_aux_ch()
[all …]