Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Dispccdc.h78 #define CCDC_STOP_CCDC_FINISHED 0x04 macro
81 (CCDC_STOP_EXECUTED | CCDC_STOP_CCDC_FINISHED | CCDC_STOP_LSC_FINISHED)
Dispccdc.c1437 ccdc->stopping |= CCDC_STOP_CCDC_FINISHED; in ccdc_handle_stopping()