Home
last modified time | relevance | path

Searched refs:GUSBCFG_ULPI_EXT_VBUS_DRV (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h76 #define GUSBCFG_ULPI_EXT_VBUS_DRV BIT(20) macro
H A Dhcd.c2051 usbcfg &= ~GUSBCFG_ULPI_EXT_VBUS_DRV; in dwc2_core_init()
2053 usbcfg |= GUSBCFG_ULPI_EXT_VBUS_DRV; in dwc2_core_init()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h103 #define GUSBCFG_ULPI_EXT_VBUS_DRV BIT(20) macro