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.c149 uint32_t gpp_int_cr; member
567 ret = s->gpp_int_cr; in mv64361_read()
806 if (!s->gpp_int_level && val != s->gpp_int_cr) { in mv64361_write()
808 uint32_t ch = s->gpp_int_cr ^ val; in mv64361_write()
809 s->gpp_int_cr = val; in mv64361_write()
816 s->gpp_int_cr = val; in mv64361_write()
850 s->gpp_int_cr |= mask; in mv64361_gpp_irq()