Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h77 uint32_t gotgctl; /* 00 */ member
H A Dhcd-dwc2.c1250 s->gotgctl = GOTGCTL_BSESVLD | GOTGCTL_ASESVLD | GOTGCTL_CONID_B; in dwc2_reset_enter()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h52 u32 gotgctl; /* OTG Control & Status */ member
H A Ddwc2_udc_otg_xfer_dma.c547 usb_status = readl(&reg->gotgctl); in dwc2_udc_irq()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h32 u32 gotgctl; /* 0x000 */ member
H A Ddwc2.c275 clrbits_le32(&regs->gotgctl, DWC2_GOTGCTL_HSTSETHNPEN); in dwc_otg_core_host_init()