Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_fb.c1030 uint16_t crc_new = 0; /* 16-bit CRC output */ in update_crc16_dp() local
1047 crc_new = set_u16_bit(crc_new, 15, val); in update_crc16_dp()
1052 crc_new = set_u16_bit(crc_new, 14, val); in update_crc16_dp()
1057 crc_new = set_u16_bit(crc_new, 13, val); in update_crc16_dp()
1062 crc_new = set_u16_bit(crc_new, 12, val); in update_crc16_dp()
1067 crc_new = set_u16_bit(crc_new, 11, val); in update_crc16_dp()
1072 crc_new = set_u16_bit(crc_new, 10, val); in update_crc16_dp()
1077 crc_new = set_u16_bit(crc_new, 9, val); in update_crc16_dp()
1082 crc_new = set_u16_bit(crc_new, 8, val); in update_crc16_dp()
1087 crc_new = set_u16_bit(crc_new, 7, val); in update_crc16_dp()
[all …]