Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_regs.h215 #define VE_DEC_MPEG_STATUS_SUCCESS BIT(0) macro
217 (VE_DEC_MPEG_STATUS_SUCCESS | VE_DEC_MPEG_STATUS_ERROR | \
Dcedrus_mpeg2.c52 !(reg & VE_DEC_MPEG_STATUS_SUCCESS)) in cedrus_mpeg2_irq_status()