Searched refs:DWC3_DEPCMD_GET_RSC_IDX (Results 1 – 2 of 2) sorted by relevance
135 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id); in dwc3_gadget_ep_get_transfer_index()
542 #define DWC3_DEPCMD_GET_RSC_IDX(x) (((x) >> DWC3_DEPCMD_PARAM_SHIFT) & 0x7f) macro