Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_core.c68 temp &= ~BDC_COP_MASK; in bdc_stop()
92 temp &= ~BDC_COP_MASK; in bdc_reset()
115 temp &= ~BDC_COP_MASK; in bdc_run()
Dbdc.h192 #define BDC_COP_MASK (BDC_COP_RST|BDC_COP_RUN|BDC_COP_STP) macro