Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h581 struct cdns2_trb *wa1_trb; member
H A Dcdns2-gadget.c274 pep->wa1_trb->control |= cpu_to_le32(0x1); in cdns2_wa1_restore_cycle_bit()
276 pep->wa1_trb->control &= cpu_to_le32(~0x1); in cdns2_wa1_restore_cycle_bit()
293 pep->wa1_trb = trb; in cdns2_wa1_update_guard()
1807 if (pep->wa1_trb == preq->trb) in cdns2_gadget_ep_dequeue()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c855 priv_ep->wa1_trb->control = in cdns3_wa1_restore_cycle_bit()
856 priv_ep->wa1_trb->control | cpu_to_le32(0x1); in cdns3_wa1_restore_cycle_bit()
858 priv_ep->wa1_trb->control = in cdns3_wa1_restore_cycle_bit()
859 priv_ep->wa1_trb->control & cpu_to_le32(~0x1); in cdns3_wa1_restore_cycle_bit()
969 priv_ep->wa1_trb = trb; in cdns3_wa1_update_guard()
2740 if (priv_ep->wa1_trb == priv_req->trb) in cdns3_gadget_ep_dequeue()
H A Dcdns3-gadget.h1186 struct cdns3_trb *wa1_trb; member