Searched refs:number_of_bits (Results 1 – 1 of 1) sorted by relevance
73 int number_of_bits = num_nibbles * 4; in drm_dp_msg_header_crc4() local76 while (number_of_bits != 0) { in drm_dp_msg_header_crc4()77 number_of_bits--; in drm_dp_msg_header_crc4()91 number_of_bits = 4; in drm_dp_msg_header_crc4()92 while (number_of_bits != 0) { in drm_dp_msg_header_crc4()93 number_of_bits--; in drm_dp_msg_header_crc4()107 int number_of_bits = number_of_bytes * 8; in drm_dp_msg_data_crc4() local110 while (number_of_bits != 0) { in drm_dp_msg_data_crc4()111 number_of_bits--; in drm_dp_msg_data_crc4()125 number_of_bits = 8; in drm_dp_msg_data_crc4()[all …]