Searched refs:DWC3_GSNPS_ID (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/dwc3/ | ||
H A D | core.h | 75 #define DWC3_GSNPS_ID(p) (((p) & DWC3_GSNPSID_MASK) >> 16) macro |
H A D | core.c | 893 dwc->ip = DWC3_GSNPS_ID(reg); in dwc3_core_setup_global_control() |