Searched refs:reset_pu (Results 1 – 4 of 4) 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, 606 npcm7xx_gpio[i].reset_pu, &error_abort); in npcm7xx_realize()
|
| H A D | npcm8xx.c | 292 uint32_t reset_pu; member 299 .reset_pu = 0x00000300, 303 .reset_pu = 0xe0fefe01, 307 .reset_pu = 0xc00fffff, 314 .reset_pu = 0xffff0000, 317 .reset_pu = 0xff8387fe, 322 .reset_pu = 0x00000801, 326 .reset_pu = 0x000002ff, 620 npcm8xx_gpio[i].reset_pu, &error_abort); in npcm8xx_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 | 348 s->regs[NPCM7XX_GPIO_PU] = s->reset_pu; in npcm7xx_gpio_enter_reset() 390 DEFINE_PROP_UINT32("reset-pullup", NPCM7xxGPIOState, reset_pu, 0),
|