Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c446 ahbcfg |= DWC2_GAHBCFG_DMAENABLE; in dwc_otg_core_init()
453 ahbcfg |= DWC2_GAHBCFG_DMAENABLE; in dwc_otg_core_init()
H A Ddwc2.h112 #define DWC2_GAHBCFG_DMAENABLE (1 << 5) macro