Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dmv64361.c151 bool gpp_int_level; member
518 if (s->gpp_int_level && (s->gpp_value & BIT(31))) { in mv64361_read()
551 ret = 0x11ff0000 | (s->gpp_int_level << 10); in mv64361_read()
787 s->gpp_int_level = !!(val & BIT(10)); in mv64361_write()
806 if (!s->gpp_int_level && val != s->gpp_int_cr) { in mv64361_write()
857 if (s->gpp_int_level && !(val & 0xff << b)) { in mv64361_gpp_irq()