Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dnpcm7xx_gpio.c92 uint32_t not_driven; in npcm7xx_gpio_update_pins() local
113 not_driven = ~(drive_en | s->ext_driven); in npcm7xx_gpio_update_pins()
121 s->pin_level |= not_driven & s->regs[NPCM7XX_GPIO_PU]; in npcm7xx_gpio_update_pins()
123 undefined |= not_driven & ~(s->regs[NPCM7XX_GPIO_PU] in npcm7xx_gpio_update_pins()