Searched refs:src_bytes (Results 1 – 2 of 2) sorted by relevance
22 u32 intel_dp_aux_pack(const u8 *src, int src_bytes);
17 u32 intel_dp_aux_pack(const u8 *src, int src_bytes) in intel_dp_aux_pack() argument22 if (src_bytes > 4) in intel_dp_aux_pack()23 src_bytes = 4; in intel_dp_aux_pack()24 for (i = 0; i < src_bytes; i++) in intel_dp_aux_pack()