Home
last modified time | relevance | path

Searched refs:VE_DEC_MPEG_CTRL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/media/sunxi/cedrus/
Dcedrus_mpeg2.c68 u32 reg = cedrus_read(dev, VE_DEC_MPEG_CTRL); in cedrus_mpeg2_irq_disable()
72 cedrus_write(dev, VE_DEC_MPEG_CTRL, reg); in cedrus_mpeg2_irq_disable()
224 cedrus_write(dev, VE_DEC_MPEG_CTRL, reg); in cedrus_mpeg2_setup()
Dcedrus_regs.h115 #define VE_DEC_MPEG_CTRL (VE_ENGINE_DEC_MPEG + 0x14) macro