Searched refs:pics (Results 1 – 4 of 4) sorted by relevance
41 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()
46 HeathrowPICState pics[2]; member
1852 + pic_fifo_t pics;2085 + picture_t *pic = sys->slice.pics.head;2133 + pic_fifo_get(&sys->slice.pics); // Remove head from Q2198 + pic_fifo_release_all(&sys->slice.pics);2364 + // Can't have stashed subpics if not one of our pics2445 + 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 (whereas8999 +// presented with pics in the same order each time
2780 u32 pics; /* PMAN Interrupt Control and Status */ member