Searched refs:tu_size_reg (Results 1 – 2 of 2) sorted by relevance
636 u8 bit_per_pix, tu_size_reg = TU_SIZE; in cdn_dp_config_video() local660 tu_size_reg += 2; in cdn_dp_config_video()661 symbol = (u64)tu_size_reg * mode->clock * bit_per_pix; in cdn_dp_config_video()664 if (tu_size_reg > 64) { in cdn_dp_config_video()671 } while ((symbol <= 1) || (tu_size_reg - symbol < 4) || in cdn_dp_config_video()674 val = symbol + (tu_size_reg << 8); in cdn_dp_config_video()
4668 + u8 bit_per_pix, tu_size_reg = TU_SIZE;4692 + tu_size_reg += 2;4693 + symbol = (u64) tu_size_reg * mode->clock * bit_per_pix;4696 + if (tu_size_reg > 64) {4704 + } while ((symbol <= 1) || (tu_size_reg - symbol < 4) ||4707 + val = symbol + (tu_size_reg << 8);