Home
last modified time | relevance | path

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

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