Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpdma.h13 #define VPDMA_MAX_NUM_LIST 8 macro
37 bool hwlist_used[VPDMA_MAX_NUM_LIST];
38 void *hwlist_priv[VPDMA_MAX_NUM_LIST];
H A Dvpdma.c945 for (i = 0; i < VPDMA_MAX_NUM_LIST && vpdma->hwlist_used[i]; i++) in vpdma_hwlist_alloc()
948 if (i < VPDMA_MAX_NUM_LIST) { in vpdma_hwlist_alloc()
961 if (!vpdma || list_num >= VPDMA_MAX_NUM_LIST) in vpdma_hwlist_get_priv()