Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c49 reg = cedrus_read(dev, VE_DEC_H265_STATUS); in cedrus_h265_irq_status()
63 cedrus_write(dev, VE_DEC_H265_STATUS, VE_DEC_H265_STATUS_CHECK_MASK); in cedrus_h265_irq_clear()
237 while (cedrus_read(dev, VE_DEC_H265_STATUS) & VE_DEC_H265_STATUS_VLD_BUSY) in cedrus_h265_skip_bits()
H A Dcedrus_regs.h440 #define VE_DEC_H265_STATUS (VE_ENGINE_DEC_H265 + 0x38) macro