Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c76 static void update_state(NRF51GPIOState *s) in update_state()
150 NRF51GPIOState *s = NRF51_GPIO(opaque); in nrf51_gpio_read()
186 NRF51GPIOState *s = NRF51_GPIO(opaque); in nrf51_gpio_write()
248 NRF51GPIOState *s = NRF51_GPIO(opaque); in nrf51_gpio_set()
264 NRF51GPIOState *s = NRF51_GPIO(dev); in nrf51_gpio_reset()
284 VMSTATE_UINT32(out, NRF51GPIOState),
285 VMSTATE_UINT32(in, NRF51GPIOState),
286 VMSTATE_UINT32(in_mask, NRF51GPIOState),
287 VMSTATE_UINT32(dir, NRF51GPIOState),
297 NRF51GPIOState *s = NRF51_GPIO(obj); in nrf51_gpio_init()
[all …]
/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h32 OBJECT_DECLARE_SIMPLE_TYPE(NRF51GPIOState, NRF51_GPIO)
51 struct NRF51GPIOState { struct
/openbmc/qemu/include/hw/arm/
H A Dnrf51_soc.h38 NRF51GPIOState gpio;