Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h93 uint32_t gsnpsid; /* 40 */ member
H A Dhcd-dwc2.c1267 s->gsnpsid = 0x4f54294a; in dwc2_reset_enter()
/openbmc/linux/drivers/usb/dwc2/
H A Dcore.c328 u32 gsnpsid; in dwc2_iddig_filter_enabled() local
343 gsnpsid = dwc2_readl(hsotg, GSNPSID); in dwc2_iddig_filter_enabled()
344 if (gsnpsid >= DWC2_CORE_REV_3_10a) { in dwc2_iddig_filter_enabled()
H A Dgadget.c4207 u32 gsnpsid = dwc2_readl(hsotg, GSNPSID); in dwc2_hsotg_ep_enable() local
4209 if ((gsnpsid >= DWC2_CORE_REV_2_72a && in dwc2_hsotg_ep_enable()
4210 gsnpsid <= DWC2_CORE_REV_4_00a) || in dwc2_hsotg_ep_enable()
4211 gsnpsid == DWC2_FS_IOT_REV_1_00a || in dwc2_hsotg_ep_enable()
4212 gsnpsid == DWC2_HS_IOT_REV_1_00a) in dwc2_hsotg_ep_enable()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h48 u32 gsnpsid; /* 0x040 */ member
H A Ddwc2.c1168 snpsid = readl(&regs->gsnpsid); in dwc2_init_common()