OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PullConfig
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/BeagleBoardLib/
PadConfiguration.c
26
//Pin, MuxMode,
PullConfig
, InputEnable
298
PadConfiguration |= (PadConfigurationTableShared[Index].
PullConfig
<< PULL_CONFIG_OFFSET);
316
PadConfiguration |= (BoardConfiguration[Index].
PullConfig
<< PULL_CONFIG_OFFSET);
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/BeagleBoardLib/
PadConfiguration.c
26
//Pin, MuxMode,
PullConfig
, InputEnable
298
PadConfiguration |= (PadConfigurationTableShared[Index].
PullConfig
<< PULL_CONFIG_OFFSET);
316
PadConfiguration |= (BoardConfiguration[Index].
PullConfig
<< PULL_CONFIG_OFFSET);
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530PadConfiguration.h
299
UINTN
PullConfig
;
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530PadConfiguration.h
299
UINTN
PullConfig
;
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/
PadConfiguration.c
23
//Pin, MuxMode,
PullConfig
, InputEnable
276
PadConfiguration |= (PadConfigurationTable[Index].
PullConfig
<< PULL_CONFIG_OFFSET);
/device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
PadConfiguration.c
23
//Pin, MuxMode,
PullConfig
, InputEnable
276
PadConfiguration |= (PadConfigurationTable[Index].
PullConfig
<< PULL_CONFIG_OFFSET);
Completed in 820 milliseconds