Searched refs:BDC_COP_MASK (Results 1 – 2 of 2) sorted by relevance
61 temp &= ~BDC_COP_MASK; in bdc_stop()85 temp &= ~BDC_COP_MASK; in bdc_reset()108 temp &= ~BDC_COP_MASK; in bdc_run()
187 #define BDC_COP_MASK (BDC_COP_RST|BDC_COP_RUN|BDC_COP_STP) macro