Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d-regs.h39 #define ISR_TCIF BIT(1) macro
H A Ddma2d.c526 if (s & ISR_TCIF || s == 0) { in dma2d_isr()