Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/sunxi/cedrus/
Dcedrus_regs.h459 #define VE_DEC_H265_STATUS_SUCCESS BIT(0) macro
462 (VE_DEC_H265_STATUS_SUCCESS | VE_DEC_H265_STATUS_ERROR | \
Dcedrus_h265.c66 !(reg & VE_DEC_H265_STATUS_SUCCESS)) in cedrus_h265_irq_status()