Searched refs:reset_pu (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | npcm7xx.c | 244 uint32_t reset_pu; member 251 .reset_pu = 0xff03ffff, 256 .reset_pu = 0xfefffe07, 260 .reset_pu = 0x780fffff, 265 .reset_pu = 0x00fc0000, 269 .reset_pu = 0xffffffff, 272 .reset_pu = 0xbf83f801, 278 .reset_pu = 0xfc00f801, 284 .reset_pu = 0x0000007f, 602 npcm7xx_gpio[i].reset_pu, &error_abort); in npcm7xx_realize()
|
/openbmc/qemu/include/hw/gpio/ |
H A D | npcm7xx_gpio.h | 34 uint32_t reset_pu; member
|
/openbmc/qemu/hw/gpio/ |
H A D | npcm7xx_gpio.c | 349 s->regs[NPCM7XX_GPIO_PU] = s->reset_pu; in npcm7xx_gpio_enter_reset() 391 DEFINE_PROP_UINT32("reset-pullup", NPCM7xxGPIOState, reset_pu, 0),
|