Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dmv64361.c146 uint32_t gpp_io; member
554 ret = s->gpp_io; in mv64361_read()
790 s->gpp_io = val; in mv64361_write()
796 s->gpp_value &= ~s->gpp_io; in mv64361_write()
797 s->gpp_value |= val & s->gpp_io; in mv64361_write()
800 s->gpp_value |= val & s->gpp_io; in mv64361_write()
803 s->gpp_value &= ~(val & s->gpp_io); in mv64361_write()