Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/cdns3/
Dgadget.c873 priv_ep->wa1_trb->control = in cdns3_wa1_restore_cycle_bit()
874 priv_ep->wa1_trb->control | cpu_to_le32(0x1); in cdns3_wa1_restore_cycle_bit()
876 priv_ep->wa1_trb->control = in cdns3_wa1_restore_cycle_bit()
877 priv_ep->wa1_trb->control & cpu_to_le32(~0x1); in cdns3_wa1_restore_cycle_bit()
977 priv_ep->wa1_trb = trb; in cdns3_wa1_update_guard()
2645 if (priv_ep->wa1_trb == priv_req->trb) in cdns3_gadget_ep_dequeue()
Dgadget.h1182 struct cdns3_trb *wa1_trb; member