Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c234 cedrus_write(dev, VE_DEC_H265_TRIGGER, in cedrus_h265_skip_bits()
337 cedrus_write(dev, VE_DEC_H265_TRIGGER, VE_DEC_H265_TRIGGER_INIT_SWDEC); in cedrus_h265_setup()
628 cedrus_write(dev, VE_DEC_H265_TRIGGER, VE_DEC_H265_TRIGGER_DEC_SLICE); in cedrus_h265_trigger()
H A Dcedrus_regs.h425 #define VE_DEC_H265_TRIGGER (VE_ENGINE_DEC_H265 + 0x34) macro