Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/
Daspeed-video.c168 #define VE_INTERRUPT_CAPTURE_COMPLETE BIT(1) macro
637 if (sts & VE_INTERRUPT_CAPTURE_COMPLETE) in aspeed_video_irq()
638 sts &= ~VE_INTERRUPT_CAPTURE_COMPLETE; in aspeed_video_irq()