HomeSort by relevance Sort by last modified time
    Searched refs:RegisterBase (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL061GpioDxe/
PL061Gpio.c 40 OUT UINTN *RegisterBase
51 *RegisterBase = mPL061PlatformGpio->GpioController[Index].RegisterBase;
120 UINTN RegisterBase;
132 RegisterBase = mPL061PlatformGpio->GpioController[Index].RegisterBase;
135 if ( (MmioRead8 (RegisterBase + PL061_GPIO_PCELL_ID0) != 0x0D)
136 || (MmioRead8 (RegisterBase + PL061_GPIO_PCELL_ID1) != 0xF0)
137 || (MmioRead8 (RegisterBase + PL061_GPIO_PCELL_ID2) != 0x05)
138 || (MmioRead8 (RegisterBase + PL061_GPIO_PCELL_ID3) != 0xB1)) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EmbeddedGpio.h 171 UINTN RegisterBase;

Completed in 177 milliseconds