Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c62 temp |= BDC_COS|BDC_COP_STP; in bdc_stop()
86 temp |= BDC_COS|BDC_COP_RST; in bdc_reset()
110 temp |= BDC_COS; in bdc_run()
H A Dbdc.h189 #define BDC_COS BIT(28) macro