Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL061GpioDxe/
DPL061Gpio.c32 PLATFORM_GPIO_CONTROLLER *mPL061PlatformGpio; variable
46 if ( (mPL061PlatformGpio->GpioCount == 0) in PL061Identify()
47 || (mPL061PlatformGpio->GpioControllerCount == 0)) { in PL061Identify()
51 for (Index = 0; Index < mPL061PlatformGpio->GpioControllerCount; Index++) { in PL061Identify()
52 if (mPL061PlatformGpio->GpioController[Index].InternalGpioCount != PL061_GPIO_PINS) { in PL061Identify()
56 RegisterBase = mPL061PlatformGpio->GpioController[Index].RegisterBase; in PL061Identify()
116 for (Index = 0; Index < mPL061PlatformGpio->GpioControllerCount; Index++) { in PL061Locate()
117 if ( (Gpio >= mPL061PlatformGpio->GpioController[Index].GpioIndex) in PL061Locate()
118 && (Gpio < mPL061PlatformGpio->GpioController[Index].GpioIndex in PL061Locate()
119 + mPL061PlatformGpio->GpioController[Index].InternalGpioCount)) { in PL061Locate()
[all …]