Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dmv64361.c150 uint32_t gpp_int_cr; member
568 ret = s->gpp_int_cr; in mv64361_read()
807 if (!s->gpp_int_level && val != s->gpp_int_cr) { in mv64361_write()
809 uint32_t ch = s->gpp_int_cr ^ val; in mv64361_write()
810 s->gpp_int_cr = val; in mv64361_write()
817 s->gpp_int_cr = val; in mv64361_write()
851 s->gpp_int_cr |= mask; in mv64361_gpp_irq()