Home
last modified time | relevance | path

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

/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/CoffeelakeSiliconPkg/Pch/Library/Private/PeiDxeSmmGpioPrivateLib/
H A DGpioPrivateLib.c673 UINT32 DebounceEnable; in GpioSetDebounceTimer() local
728 DebounceEnable = B_GPIO_PCR_DEBEN; in GpioSetDebounceTimer()
731 DebounceEnable = 0; in GpioSetDebounceTimer()
739 (DebounceValue << N_GPIO_PCR_DEBOUNCE) | DebounceEnable in GpioSetDebounceTimer()