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