Searched refs:rev_str (Results 1 – 2 of 2) sorted by relevance
655 tvee->rev_str[0] = 32 + ((tvee->revision >> 18) & 0x3f); in tveeprom_hauppauge_analog()656 tvee->rev_str[1] = 32 + ((tvee->revision >> 12) & 0x3f); in tveeprom_hauppauge_analog()657 tvee->rev_str[2] = 32 + ((tvee->revision >> 6) & 0x3f); in tveeprom_hauppauge_analog()658 tvee->rev_str[3] = 32 + (tvee->revision & 0x3f); in tveeprom_hauppauge_analog()659 tvee->rev_str[4] = 0; in tveeprom_hauppauge_analog()700 tvee->model, tvee->rev_str, tvee->serial_number); in tveeprom_hauppauge_analog()
89 char rev_str[5]; member