Searched refs:MacIOGPIOState (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/misc/macio/ |
| H A D | gpio.c | 43 void macio_set_gpio(MacIOGPIOState *s, uint32_t gpio, bool state) in macio_set_gpio() 103 MacIOGPIOState *s = opaque; in macio_gpio_write() 129 MacIOGPIOState *s = opaque; in macio_gpio_read() 160 MacIOGPIOState *s = MACIO_GPIO(obj); in macio_gpio_init() 177 VMSTATE_UINT8_ARRAY(gpio_levels, MacIOGPIOState, 8), 178 VMSTATE_UINT8_ARRAY(gpio_regs, MacIOGPIOState, 36), 185 MacIOGPIOState *s = MACIO_GPIO(dev); in macio_gpio_reset() 210 .instance_size = sizeof(MacIOGPIOState),
|
| /openbmc/qemu/include/hw/misc/macio/ |
| H A D | gpio.h | 34 OBJECT_DECLARE_SIMPLE_TYPE(MacIOGPIOState, MACIO_GPIO) 36 struct MacIOGPIOState { struct 47 void macio_set_gpio(MacIOGPIOState *s, uint32_t gpio, bool state); argument
|
| H A D | macio.h | 144 MacIOGPIOState gpio;
|
| H A D | pmu.h | 229 MacIOGPIOState *gpio;
|