Searched refs:curr_str_cfg (Results 1 – 1 of 1) sorted by relevance
599 u32 *curr_str_cfg = &iface->stream_config[instance]; in vpu_malone_set_stream_cfg() local601 *curr_str_cfg = 0; in vpu_malone_set_stream_cfg()602 STREAM_CONFIG_FORMAT_SET(malone_format, curr_str_cfg); in vpu_malone_set_stream_cfg()603 STREAM_CONFIG_STRBUFIDX_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()604 STREAM_CONFIG_NOSEQ_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()605 STREAM_CONFIG_DEBLOCK_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()606 STREAM_CONFIG_DERING_SET(0, curr_str_cfg); in vpu_malone_set_stream_cfg()607 STREAM_CONFIG_PLAY_MODE_SET(0x3, curr_str_cfg); in vpu_malone_set_stream_cfg()608 STREAM_CONFIG_FS_CTRL_MODE_SET(0x1, curr_str_cfg); in vpu_malone_set_stream_cfg()609 STREAM_CONFIG_ENABLE_DCP_SET(1, curr_str_cfg); in vpu_malone_set_stream_cfg()[all …]