Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c305 if (!(srr_int & BDC_SRR_IP)) { in bdc_udc_interrupt()
348 srr_int |= BDC_SRR_IP; in bdc_udc_interrupt()
H A Dbdc.h216 #define BDC_SRR_IP BIT(0) macro