Searched refs:out_xor (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | sifive_gpio.c | 42 bool prev_ival, in, in_mask, port, out_xor, pull, output_en, input_en, in update_state() local 51 out_xor = extract32(s->out_xor, i, 1); in update_state() 61 oval = output_en && (port ^ out_xor); in update_state() 176 r = s->out_xor; in sifive_gpio_read() 264 s->out_xor = value; in sifive_gpio_write() 320 s->out_xor = 0; in sifive_gpio_reset() 345 VMSTATE_UINT32(out_xor, SIFIVEGPIOState),
|
/openbmc/qemu/include/hw/gpio/ |
H A D | sifive_gpio.h | 71 uint32_t out_xor; member
|