Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/brcm/board/stingray/include/
Dplatform_usb.h12 #define USB3_DRD BIT(0U) macro
/trusted-firmware-a-latest/plat/brcm/board/stingray/driver/
Dusb.c19 static uint32_t usb_func = USB3_DRD | USB3H_USB2DRD;
167 if ((usb_func & USB3_DRD) != 0U) { in usb3_phy_init()
201 if (usb_func & USB3_DRD) { in usb_enable_coherence()
238 if (usb_func & USB3_DRD) { in xhci_phy_init()
Dusb_phy.c591 if ((usb_func & USB3_DRD) != 0U) { in usb_device_init()