Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2835_ic.c83 uint64_t gpu_pending = s->gpu_irq_level & s->gpu_irq_enable; in bcm2835_ic_read() local
92 res |= (((uint32_t)gpu_pending) != 0) << 8; in bcm2835_ic_read()
93 res |= ((gpu_pending >> 32) != 0) << 9; in bcm2835_ic_read()
97 res |= extract64(gpu_pending, irq_dups[i], 1) << (i + 10); in bcm2835_ic_read()
101 res = gpu_pending; in bcm2835_ic_read()
104 res = gpu_pending >> 32; in bcm2835_ic_read()