Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL061GpioDxe/
DPL061Gpio.c46 if ( (Gpio >= mPL061PlatformGpio->GpioController[Index].GpioIndex) in PL061Locate()
47 && (Gpio < mPL061PlatformGpio->GpioController[Index].GpioIndex in PL061Locate()
48 + mPL061PlatformGpio->GpioController[Index].InternalGpioCount)) { in PL061Locate()
50 *ControllerOffset = Gpio % mPL061PlatformGpio->GpioController[Index].InternalGpioCount; in PL061Locate()
51 *RegisterBase = mPL061PlatformGpio->GpioController[Index].RegisterBase; in PL061Locate()
128 if (mPL061PlatformGpio->GpioController[Index].InternalGpioCount != PL061_GPIO_PINS) { in PL061Identify()
132 RegisterBase = mPL061PlatformGpio->GpioController[Index].RegisterBase; in PL061Identify()
371 GPIO_CONTROLLER *GpioController; in PL061InstallProtocol() local
389 …mPL061PlatformGpio->GpioController = (GPIO_CONTROLLER *)((UINTN) mPL061PlatformGpio + sizeof (PLAT… in PL061InstallProtocol()
391 GpioController = mPL061PlatformGpio->GpioController; in PL061InstallProtocol()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
DEmbeddedGpio.h179 GPIO_CONTROLLER *GpioController; member