Searched refs:debounce_1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 635 value = set->debounce_1; in aspeed_gpio_read() 757 reg_value = set->debounce_1; in aspeed_gpio_write_index_mode() 760 set->debounce_1 = update_value_control_source(set, set->debounce_1, in aspeed_gpio_write_index_mode() 901 set->debounce_1 = update_value_control_source(set, set->debounce_1, in aspeed_gpio_write() 1039 extract32(set->debounce_1, pin_idx, 1)); in aspeed_gpio_2700_read_control_reg() 1139 group_value = set->debounce_1; in aspeed_gpio_2700_write_control_reg() 1142 set->debounce_1 = update_value_control_source(set, set->debounce_1, in aspeed_gpio_2700_write_control_reg() 1461 VMSTATE_UINT32(debounce_1, GPIOSets),
|
/openbmc/qemu/include/hw/gpio/ |
H A D | aspeed_gpio.h | 107 uint32_t debounce_1; member
|