Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/bdc/ !
Dbdc_core.c61 temp &= ~BDC_COP_MASK; in bdc_stop()
85 temp &= ~BDC_COP_MASK; in bdc_reset()
108 temp &= ~BDC_COP_MASK; in bdc_run()
Dbdc.h187 #define BDC_COP_MASK (BDC_COP_RST|BDC_COP_RUN|BDC_COP_STP) macro