Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-gadget.c862 priv_ep->wa1_trb->control = in cdns3_wa1_restore_cycle_bit()
863 priv_ep->wa1_trb->control | cpu_to_le32(0x1); in cdns3_wa1_restore_cycle_bit()
865 priv_ep->wa1_trb->control = in cdns3_wa1_restore_cycle_bit()
866 priv_ep->wa1_trb->control & cpu_to_le32(~0x1); in cdns3_wa1_restore_cycle_bit()
976 priv_ep->wa1_trb = trb; in cdns3_wa1_update_guard()
2656 if (priv_ep->wa1_trb == priv_req->trb) in cdns3_gadget_ep_dequeue()
Dcdns3-gadget.h1183 struct cdns3_trb *wa1_trb; member