Home
last modified time | relevance | path

Searched refs:gsnpsid (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore.c427 u32 gsnpsid; in dwc2_iddig_filter_enabled() local
442 gsnpsid = dwc2_readl(hsotg, GSNPSID); in dwc2_iddig_filter_enabled()
443 if (gsnpsid >= DWC2_CORE_REV_3_10a) { in dwc2_iddig_filter_enabled()
H A Dgadget.c4231 u32 gsnpsid = dwc2_readl(hsotg, GSNPSID); in dwc2_hsotg_ep_enable() local
4233 if ((gsnpsid >= DWC2_CORE_REV_2_72a && in dwc2_hsotg_ep_enable()
4234 gsnpsid <= DWC2_CORE_REV_4_00a) || in dwc2_hsotg_ep_enable()
4235 gsnpsid == DWC2_FS_IOT_REV_1_00a || in dwc2_hsotg_ep_enable()
4236 gsnpsid == DWC2_HS_IOT_REV_1_00a) in dwc2_hsotg_ep_enable()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.h49 u32 gsnpsid; /* 0x040 */ member
H A Ddwc2.c1172 snpsid = readl(&regs->gsnpsid); in dwc2_init_common()