Searched refs:CEU_CAPCR_CTNCP (Results 1 – 2 of 2) sorted by relevance
241 #define CEU_CAPCR_CTNCP (1 << 16) /* continuous capture mode (if set) */ macro269 ceu_write(pcdev, CAPCR, ceu_read(pcdev, CAPCR) & ~CEU_CAPCR_CTNCP); in sh_mobile_ceu_capture()
97 #define CEU_CAPCR_CTNCP BIT(16) macro