Home
last modified time | relevance | path

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

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