Home
last modified time | relevance | path

Searched refs:DWC3_DEPCMD_PARAM (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Dgadget.c1227 cmd |= DWC3_DEPCMD_PARAM(dep->frame_number); in __dwc3_gadget_kick_transfer()
1230 DWC3_DEPCMD_PARAM(dep->resource_index); in __dwc3_gadget_kick_transfer()
2561 cmd |= DWC3_DEPCMD_PARAM(dep->resource_index); in dwc3_stop_active_transfer()
Dcore.h494 #define DWC3_DEPCMD_PARAM(x) ((x) << DWC3_DEPCMD_PARAM_SHIFT) macro
Dep0.c1049 cmd |= DWC3_DEPCMD_PARAM(dep->resource_index); in dwc3_ep0_end_control_data()