Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/chips-media/wave5/
H A Dwave5-hw.c675 u32 profile_compatibility_flag; in wave5_get_dec_seq_result() local
700 profile_compatibility_flag = (reg_val >> 12) & 0xff; in wave5_get_dec_seq_result()
706 if ((profile_compatibility_flag & 0x06) == 0x06) in wave5_get_dec_seq_result()
708 else if (profile_compatibility_flag & 0x04) in wave5_get_dec_seq_result()
710 else if (profile_compatibility_flag & 0x08) in wave5_get_dec_seq_result()