Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dheathrow_pic.c41 if (heathrow_check_irq(&s->pics[0]) || in heathrow_update_irq()
42 heathrow_check_irq(&s->pics[1])) { in heathrow_update_irq()
60 pic = &s->pics[n]; in heathrow_write()
89 pic = &s->pics[n]; in heathrow_read()
122 pic = &s->pics[1 - (num >> 5)]; in heathrow_set_irq()
158 VMSTATE_STRUCT_ARRAY(pics, HeathrowState, 2, 1,
168 s->pics[0].level_triggered = 0; in heathrow_reset()
169 s->pics[1].level_triggered = 0x1ff00000; in heathrow_reset()
/openbmc/qemu/include/hw/intc/
H A Dheathrow_pic.h46 HeathrowPICState pics[2]; member
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch1852 + pic_fifo_t pics;
2085 + picture_t *pic = sys->slice.pics.head;
2133 + pic_fifo_get(&sys->slice.pics); // Remove head from Q
2198 + pic_fifo_release_all(&sys->slice.pics);
2364 + // Can't have stashed subpics if not one of our pics
2445 + pic_fifo_put(&sys->slice.pics, out_pic);
2766 + pic_fifo_init(&sys->slice.pics);
6438 +// and given that we wait for pics in the main thread it should be unneeded (whereas
8999 +// presented with pics in the same order each time
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h2780 u32 pics; /* PMAN Interrupt Control and Status */ member