Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_fb.c1006 #define set_u16_bit(x, n, val) ((x & ~(1 << n)) | (val << n)) macro
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 …]