Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c618 Data = READ_REG32 (GRSTCTL) & GRSTCTL_AHBIDLE; in DwUsbInit()
622 WRITE_REG32 (GRSTCTL, GRSTCTL_CSFTRST); in DwUsbInit()
625 while (READ_REG32 (GRSTCTL) & GRSTCTL_CSFTRST); in DwUsbInit()
628 while ((READ_REG32 (GRSTCTL) & GRSTCTL_AHBIDLE) == 0); in DwUsbInit()
DDwUsbDxe.h194 #define GRSTCTL 0x010 macro