Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c39 (BDC_CSTS(status) != BDC_OIP), 10, usec); in poll_oip()
43 dev_dbg(bdc->dev, "%s complete status=%d", __func__, BDC_CSTS(status)); in poll_oip()
57 if (BDC_CSTS(temp) == BDC_HLT) { in bdc_stop()
104 if (BDC_CSTS(temp) == BDC_NOR) { in bdc_run()
118 if (BDC_CSTS(temp) != BDC_NOR) { in bdc_run()
120 BDC_CSTS(temp)); in bdc_run()
H A Dbdc.h190 #define BDC_CSTS(p) (((p) & (0x7 << 20)) >> 20) macro