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.c147 uint32_t gpp_io; member
555 ret = s->gpp_io; in mv64361_read()
791 s->gpp_io = val; in mv64361_write()
797 s->gpp_value &= ~s->gpp_io; in mv64361_write()
798 s->gpp_value |= val & s->gpp_io; in mv64361_write()
801 s->gpp_value |= val & s->gpp_io; in mv64361_write()
804 s->gpp_value &= ~(val & s->gpp_io); in mv64361_write()