Searched refs:GPIOSets (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 262 static int aspeed_evaluate_irq(GPIOSets *regs, int gpio_prev_high, int gpio) in aspeed_evaluate_irq() 297 static ptrdiff_t aspeed_gpio_set_idx(AspeedGPIOState *s, GPIOSets *regs) in aspeed_gpio_set_idx() 299 return nested_struct_index(AspeedGPIOState, s, sets, GPIOSets, regs); in aspeed_gpio_set_idx() 302 static void aspeed_gpio_update(AspeedGPIOState *s, GPIOSets *regs, in aspeed_gpio_update() 396 static uint32_t update_value_control_source(GPIOSets *regs, uint32_t old_value, in update_value_control_source() 583 GPIOSets *set; in aspeed_gpio_read() 668 GPIOSets *set; in aspeed_gpio_write_index_mode() 814 GPIOSets *set; in aspeed_gpio_write() 1009 GPIOSets *set; in aspeed_gpio_2700_read_control_reg() 1056 GPIOSets *set; in aspeed_gpio_2700_write_control_reg() [all …]
|
/openbmc/qemu/include/hw/gpio/ |
H A D | aspeed_gpio.h | 27 typedef struct GPIOSets GPIOSets; typedef 95 struct GPIOSets { struct
|