Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc.h183 #define BDC_COP_RST (1 << 29) macro
187 #define BDC_COP_MASK (BDC_COP_RST|BDC_COP_RUN|BDC_COP_STP)
H A Dbdc_core.c86 temp |= BDC_COS|BDC_COP_RST; in bdc_reset()