Home
last modified time | relevance | path

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

/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h92 u8 max_tu_size; member
H A Dallegro-core.c253 int max_tu_size; member
1260 param->max_tu_size = channel->max_tu_size; in fill_create_channel_param()
1811 channel->max_tu_size - channel->min_tu_size; in allegro_hevc_write_sps()
2719 channel->max_tu_size = ilog2(4); in allegro_channel_adjust()
2728 channel->max_tu_size = ilog2(32); in allegro_channel_adjust()
H A Dallegro-mail.c160 FIELD_PREP(GENMASK(23, 16), param->max_tu_size) | in allegro_encode_config_blob()