Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_helper.c1987 u8 crc_bytes[6]; in drm_dp_aux_crc_work() local
2000 ret = drm_dp_aux_get_crc(aux, crc_bytes); in drm_dp_aux_crc_work()
2003 ret = drm_dp_aux_get_crc(aux, crc_bytes); in drm_dp_aux_crc_work()
2015 crcs[0] = crc_bytes[0] | crc_bytes[1] << 8; in drm_dp_aux_crc_work()
2016 crcs[1] = crc_bytes[2] | crc_bytes[3] << 8; in drm_dp_aux_crc_work()
2017 crcs[2] = crc_bytes[4] | crc_bytes[5] << 8; in drm_dp_aux_crc_work()