Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec_1.c98 amvdec_write_dos_bits(core, VLD_MEM_VIFIFO_CONTROL, 1); in vdec_1_stbuf_power_up()
104 amvdec_write_dos_bits(core, VLD_MEM_VIFIFO_BUF_CNTL, 1); in vdec_1_stbuf_power_up()
107 amvdec_write_dos_bits(core, VLD_MEM_VIFIFO_CONTROL, in vdec_1_stbuf_power_up()
209 amvdec_write_dos_bits(core, MDEC_PIC_DC_CTRL, BIT(17)); in vdec_1_start()
Dvdec_helpers.h25 void amvdec_write_dos_bits(struct amvdec_core *core, u32 reg, u32 val);
Dvdec_helpers.c29 void amvdec_write_dos_bits(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_dos_bits() function
33 EXPORT_SYMBOL_GPL(amvdec_write_dos_bits);