Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dgadget.h136 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id); in dwc3_gadget_ep_get_transfer_index()
H A Dcore.h570 #define DWC3_DEPCMD_GET_RSC_IDX(x) (((x) >> DWC3_DEPCMD_PARAM_SHIFT) & 0x7f) macro