Home
last modified time | relevance | path

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

/qemu/hw/gpio/
H A Dsifive_gpio.c28 pending |= s->low_ip & s->low_ie; in update_output_irq()
43 rise_ip, fall_ip, low_ip, high_ip, oval, actual_value, ival; in update_state() local
57 low_ip = extract32(s->low_ip, i, 1); in update_state()
90 low_ip = low_ip || !ival; in update_state()
91 s->low_ip = deposit32(s->low_ip, i, 1, low_ip); in update_state()
164 r = s->low_ip; in sifive_gpio_read()
252 s->low_ip &= ~value; in sifive_gpio_write()
317 s->low_ip = 0; in sifive_gpio_reset()
342 VMSTATE_UINT32(low_ip, SIFIVEGPIOState),
/qemu/include/hw/gpio/
H A Dsifive_gpio.h68 uint32_t low_ip; member