Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc.h185 #define BDC_COP_STP (4 << 29) macro
187 #define BDC_COP_MASK (BDC_COP_RST|BDC_COP_RUN|BDC_COP_STP)
H A Dbdc_core.c62 temp |= BDC_COS|BDC_COP_STP; in bdc_stop()