Home
last modified time | relevance | path

Searched refs:BDC_PST_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/udc/bdc/
Dbdc.h167 #define BDC_PST_MASK 0xf macro
Dbdc_udc.c495 uspc &= ~BDC_PST_MASK; in bdc_udc_wakeup()
Dbdc_core.c136 uspc &= ~BDC_PST_MASK; in bdc_softconn()
Dbdc_ep.c762 if (!(bdc_readl(bdc->regs, BDC_USPC) & BDC_PST_MASK)) { in ep_dequeue()