OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PULL_CONFIG_OFFSET
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530PadConfiguration.h
280
#define
PULL_CONFIG_OFFSET
3
281
#define PULL_CONFIG_MASK (0x3UL <<
PULL_CONFIG_OFFSET
)
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530PadConfiguration.h
280
#define
PULL_CONFIG_OFFSET
3
281
#define PULL_CONFIG_MASK (0x3UL <<
PULL_CONFIG_OFFSET
)
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/BeagleBoardLib/
PadConfiguration.c
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
298
PadConfiguration |= (PadConfigurationTableShared[Index].PullConfig <<
PULL_CONFIG_OFFSET
);
316
PadConfiguration |= (BoardConfiguration[Index].PullConfig <<
PULL_CONFIG_OFFSET
);
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Sec/
PadConfiguration.c
276
PadConfiguration |= (PadConfigurationTable[Index].PullConfig <<
PULL_CONFIG_OFFSET
);
/device/linaro/bootloader/edk2/BeagleBoardPkg/Sec/
PadConfiguration.c
276
PadConfiguration |= (PadConfigurationTable[Index].PullConfig <<
PULL_CONFIG_OFFSET
);
Completed in 57 milliseconds