Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_dp_aux.h22 u32 intel_dp_aux_pack(const u8 *src, int src_bytes);
H A Dintel_dp_aux.c17 u32 intel_dp_aux_pack(const u8 *src, int src_bytes) in intel_dp_aux_pack() argument
22 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()