Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530PadConfiguration.h280 #define PULL_CONFIG_OFFSET 3 macro
281 #define PULL_CONFIG_MASK (0x3UL << PULL_CONFIG_OFFSET)
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
DOmap3530PadConfiguration.h280 #define PULL_CONFIG_OFFSET 3 macro
281 #define PULL_CONFIG_MASK (0x3UL << PULL_CONFIG_OFFSET)
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
DPadConfiguration.c298 PadConfiguration |= (PadConfigurationTableShared[Index].PullConfig << PULL_CONFIG_OFFSET); in PadConfiguration()
316 PadConfiguration |= (BoardConfiguration[Index].PullConfig << PULL_CONFIG_OFFSET); in PadConfiguration()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/BeagleBoardLib/
DPadConfiguration.c298 PadConfiguration |= (PadConfigurationTableShared[Index].PullConfig << PULL_CONFIG_OFFSET); in PadConfiguration()
316 PadConfiguration |= (BoardConfiguration[Index].PullConfig << PULL_CONFIG_OFFSET); in PadConfiguration()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
DPadConfiguration.c276 PadConfiguration |= (PadConfigurationTable[Index].PullConfig << PULL_CONFIG_OFFSET); in PadConfiguration()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/
DPadConfiguration.c276 PadConfiguration |= (PadConfigurationTable[Index].PullConfig << PULL_CONFIG_OFFSET); in PadConfiguration()