Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dsifive_gpio.c42 bool prev_ival, in, in_mask, port, out_xor, pull, output_en, input_en, in update_state() local
47 prev_ival = extract32(s->value, i, 1); in update_state()
93 rise_ip = rise_ip || (ival && !prev_ival); in update_state()
96 fall_ip = fall_ip || (!ival && prev_ival); in update_state()