HomeSort by: relevance | last modified time | path
    Searched defs:crc_bytes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_helper.c 963 u8 crc_bytes[6]; local in function:drm_dp_aux_crc_work
976 ret = drm_dp_aux_get_crc(aux, crc_bytes);
979 ret = drm_dp_aux_get_crc(aux, crc_bytes);
991 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8;
992 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8;
993 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8;
drm_dp_helper.c 963 u8 crc_bytes[6]; local in function:drm_dp_aux_crc_work
976 ret = drm_dp_aux_get_crc(aux, crc_bytes);
979 ret = drm_dp_aux_get_crc(aux, crc_bytes);
991 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8;
992 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8;
993 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8;
drm_dp_helper.c 963 u8 crc_bytes[6]; local in function:drm_dp_aux_crc_work
976 ret = drm_dp_aux_get_crc(aux, crc_bytes);
979 ret = drm_dp_aux_get_crc(aux, crc_bytes);
991 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8;
992 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8;
993 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8;

Completed in 33 milliseconds