Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c62 reg = cedrus_read(dev, VE_DEC_H265_STATUS); in cedrus_h265_irq_status()
76 cedrus_write(dev, VE_DEC_H265_STATUS, VE_DEC_H265_STATUS_CHECK_MASK); in cedrus_h265_irq_clear()
251 if (cedrus_wait_for(dev, VE_DEC_H265_STATUS, VE_DEC_H265_STATUS_VLD_BUSY)) in cedrus_h265_skip_bits()
264 cedrus_wait_for(dev, VE_DEC_H265_STATUS, in cedrus_h265_show_bits()
H A Dcedrus_regs.h439 #define VE_DEC_H265_STATUS (VE_ENGINE_DEC_H265 + 0x38) macro