Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_mpeg2.c44 u32 reg = cedrus_read(dev, VE_DEC_MPEG_CTRL); in cedrus_mpeg2_irq_disable()
48 cedrus_write(dev, VE_DEC_MPEG_CTRL, reg); in cedrus_mpeg2_irq_disable()
175 cedrus_write(dev, VE_DEC_MPEG_CTRL, reg); in cedrus_mpeg2_setup()
H A Dcedrus_regs.h138 #define VE_DEC_MPEG_CTRL (VE_ENGINE_DEC_MPEG + 0x14) macro