Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c247 cedrus_write(dev, VE_DEC_H265_TRIGGER, in cedrus_h265_skip_bits()
260 cedrus_write(dev, VE_DEC_H265_TRIGGER, in cedrus_h265_show_bits()
531 cedrus_write(dev, VE_DEC_H265_TRIGGER, VE_DEC_H265_TRIGGER_INIT_SWDEC); in cedrus_h265_setup()
902 cedrus_write(dev, VE_DEC_H265_TRIGGER, VE_DEC_H265_TRIGGER_DEC_SLICE); in cedrus_h265_trigger()
Dcedrus_regs.h424 #define VE_DEC_H265_TRIGGER (VE_ENGINE_DEC_H265 + 0x34) macro