Searched refs:debounce_2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 638 value = set->debounce_2; in aspeed_gpio_read() 762 reg_value = set->debounce_2; in aspeed_gpio_write_index_mode() 765 set->debounce_2 = update_value_control_source(set, set->debounce_2, in aspeed_gpio_write_index_mode() 905 set->debounce_2 = update_value_control_source(set, set->debounce_2, in aspeed_gpio_write() 1041 extract32(set->debounce_2, pin_idx, 1)); in aspeed_gpio_2700_read_control_reg() 1146 group_value = set->debounce_2; in aspeed_gpio_2700_write_control_reg() 1149 set->debounce_2 = update_value_control_source(set, set->debounce_2, in aspeed_gpio_2700_write_control_reg() 1462 VMSTATE_UINT32(debounce_2, GPIOSets),
|
/openbmc/qemu/include/hw/gpio/ |
H A D | aspeed_gpio.h | 108 uint32_t debounce_2; member
|