Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h75 #define DWC3_GSNPS_ID(p) (((p) & DWC3_GSNPSID_MASK) >> 16) macro
H A Dcore.c893 dwc->ip = DWC3_GSNPS_ID(reg); in dwc3_core_setup_global_control()