Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c70 #define GPIO_DEBOUNCE_TIME_1 (0x050 >> 2) macro
588 if (idx >= GPIO_DEBOUNCE_TIME_1 && idx <= GPIO_DEBOUNCE_TIME_3) { in aspeed_gpio_read()
589 idx -= GPIO_DEBOUNCE_TIME_1; in aspeed_gpio_read()
827 if (idx >= GPIO_DEBOUNCE_TIME_1 && idx <= GPIO_DEBOUNCE_TIME_3) { in aspeed_gpio_write()
828 idx -= GPIO_DEBOUNCE_TIME_1; in aspeed_gpio_write()