Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c69 u32 reg = cedrus_read(dev, VE_DEC_H265_CTRL); in cedrus_h265_irq_disable()
73 cedrus_write(dev, VE_DEC_H265_CTRL, reg); in cedrus_h265_irq_disable()
587 cedrus_write(dev, VE_DEC_H265_CTRL, VE_DEC_H265_CTRL_IRQ_MASK); in cedrus_h265_setup()
H A Dcedrus_regs.h408 #define VE_DEC_H265_CTRL (VE_ENGINE_DEC_H265 + 0x30) macro