Searched refs:HEVC_STREAM_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec_hevc.c | 84 amvdec_write_dos(core, HEVC_STREAM_CONTROL, in vdec_hevc_stbuf_init() 85 amvdec_read_dos(core, HEVC_STREAM_CONTROL) & ~1); in vdec_hevc_stbuf_init() 100 amvdec_write_dos(core, HEVC_STREAM_CONTROL, in vdec_hevc_conf_esparser() 101 amvdec_read_dos(core, HEVC_STREAM_CONTROL) | BIT(3)); in vdec_hevc_conf_esparser() 102 amvdec_write_dos(core, HEVC_STREAM_CONTROL, in vdec_hevc_conf_esparser() 103 amvdec_read_dos(core, HEVC_STREAM_CONTROL) | 1); in vdec_hevc_conf_esparser()
|
H A D | hevc_regs.h | 40 #define HEVC_STREAM_CONTROL 0xc404 macro
|
H A D | codec_vp9.c | 774 amvdec_write_dos_bits(core, HEVC_STREAM_CONTROL, BIT(0)); in codec_vp9_start()
|