Searched refs:wa1_trb_index (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h539 * @wa1_trb_index: TRB index for WA1.
573 unsigned int wa1_trb_index; member in struct:cdns2_endpoint
H A Dcdns2-gadget.c272 pep->wa1_trb_index = 0xFFFF;
294 pep->wa1_trb_index = pep->ring.enqueue;
311 if (!doorbell || dma_index != pep->wa1_trb_index)
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c853 priv_ep->wa1_trb_index = 0xFFFF;
970 priv_ep->wa1_trb_index = priv_ep->enqueue;
987 if (!doorbell || dma_index != priv_ep->wa1_trb_index)
H A Dcdns3-gadget.h1187 unsigned int wa1_trb_index; member in struct:cdns3_endpoint

Completed in 258 milliseconds