Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2835_ic.c47 set = extract64(s->gpu_irq_level, s->fiq_select, 1); in bcm2835_ic_update()
52 set = (s->gpu_irq_level & s->gpu_irq_enable) in bcm2835_ic_update()
63 s->gpu_irq_level = deposit64(s->gpu_irq_level, irq, 1, level != 0); in bcm2835_ic_set_gpu_irq()
83 uint64_t gpu_pending = s->gpu_irq_level & s->gpu_irq_enable; in bcm2835_ic_read()
212 VMSTATE_UINT64(gpu_irq_level, BCM2835ICState),
/openbmc/qemu/include/hw/intc/
H A Dbcm2835_ic.h30 uint64_t gpu_irq_level, gpu_irq_enable; member