Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_core.c69 temp |= BDC_COS|BDC_COP_STP; in bdc_stop()
93 temp |= BDC_COS|BDC_COP_RST; in bdc_reset()
117 temp |= BDC_COS; in bdc_run()
Dbdc.h194 #define BDC_COS (1 << 28) macro