Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dnpcm7xx_gpio.h36 uint32_t reset_osrc; member
/openbmc/qemu/hw/arm/
H A Dnpcm7xx.c246 uint32_t reset_osrc; member
274 .reset_osrc = 0x000000f1,
285 .reset_osrc = 0x0000007f,
606 npcm7xx_gpio[i].reset_osrc, &error_abort); in npcm7xx_realize()
/openbmc/qemu/hw/gpio/
H A Dnpcm7xx_gpio.c351 s->regs[NPCM7XX_GPIO_OSRC] = s->reset_osrc; in npcm7xx_gpio_enter_reset()
395 DEFINE_PROP_UINT32("reset-osrc", NPCM7xxGPIOState, reset_osrc, 0),