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.c152 bool gpp_int_level; member
519 if (s->gpp_int_level && (s->gpp_value & BIT(31))) { in mv64361_read()
552 ret = 0x11ff0000 | (s->gpp_int_level << 10); in mv64361_read()
788 s->gpp_int_level = !!(val & BIT(10)); in mv64361_write()
807 if (!s->gpp_int_level && val != s->gpp_int_cr) { in mv64361_write()
858 if (s->gpp_int_level && !(val & 0xff << b)) { in mv64361_gpp_irq()