Searched refs:pcr_high (Results 1 – 1 of 1) sorted by relevance
190 u64 pcr_high; in vidtv_pes_write_pcr_bits() local195 pcr_high = div; /* pcr_high = pcr / 300 */ in vidtv_pes_write_pcr_bits()197 *buf++ = pcr_high >> 25; in vidtv_pes_write_pcr_bits()198 *buf++ = pcr_high >> 17; in vidtv_pes_write_pcr_bits()199 *buf++ = pcr_high >> 9; in vidtv_pes_write_pcr_bits()200 *buf++ = pcr_high >> 1; in vidtv_pes_write_pcr_bits()201 *buf++ = pcr_high << 7 | pcr_low >> 8 | 0x7e; in vidtv_pes_write_pcr_bits()