Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_regs.h215 #define VE_DEC_MPEG_STATUS_SUCCESS BIT(0) macro
217 (VE_DEC_MPEG_STATUS_SUCCESS | VE_DEC_MPEG_STATUS_ERROR | \
H A Dcedrus_mpeg2.c52 !(reg & VE_DEC_MPEG_STATUS_SUCCESS)) in cedrus_mpeg2_irq_status()