Home
last modified time | relevance | path

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

/linux/drivers/staging/media/starfive/camss/
H A Dstf-isp-hw-ops.c433 ISPC_ENUO | ISPC_ENLS | ISPC_RST, 10); in stf_isp_stream_set()
435 ISPC_ENUO | ISPC_ENLS, 10); in stf_isp_stream_set()
438 ISPC_ENUO | ISPC_ENLS | ISPC_EN, 10); in stf_isp_stream_set()
H A Dstf-capture.c478 if (status & ISPC_ENUO) in stf_isp_irq_handler()
498 if ((status & ISPC_ENUO)) in stf_line_irq_handler()
H A Dstf-isp.h195 #define ISPC_ENUO BIT(20) macro