Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dmv64361.c149 uint32_t gpp_value; member
519 if (s->gpp_int_level && (s->gpp_value & BIT(31))) { in mv64361_read()
561 ret = s->gpp_value; in mv64361_read()
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()
843 uint32_t val = s->gpp_value & ~mask; in mv64361_gpp_irq()
849 if (val > s->gpp_value) { in mv64361_gpp_irq()
850 s->gpp_value = val; in mv64361_gpp_irq()
[all …]