Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c231 cedrus_write(dev, VE_DEC_H265_TRIGGER, in cedrus_h265_skip_bits()
342 cedrus_write(dev, VE_DEC_H265_TRIGGER, VE_DEC_H265_TRIGGER_INIT_SWDEC); in cedrus_h265_setup()
633 cedrus_write(dev, VE_DEC_H265_TRIGGER, VE_DEC_H265_TRIGGER_DEC_SLICE); in cedrus_h265_trigger()
Dcedrus_regs.h425 #define VE_DEC_H265_TRIGGER (VE_ENGINE_DEC_H265 + 0x34) macro