HEVC_STREAM_CONTROL
amvdec_write_dos_bits(core, HEVC_STREAM_CONTROL, BIT(0));
amvdec_write_dos(core, HEVC_STREAM_CONTROL,
amvdec_read_dos(core, HEVC_STREAM_CONTROL) | BIT(3));
amvdec_write_dos(core, HEVC_STREAM_CONTROL,
amvdec_read_dos(core, HEVC_STREAM_CONTROL) | 1);
amvdec_write_dos(core, HEVC_STREAM_CONTROL,
amvdec_read_dos(core, HEVC_STREAM_CONTROL) & ~1);