Lines Matching full:pic
17 /* OR1K PIC implementation */
52 * There are two oddities with the OR1200 PIC implementation:
70 .name = "or1k-PIC-level",
81 .name = "or1k-PIC-edge",
93 .name = "or1200-PIC",
128 struct or1k_pic_dev *pic = d->host_data; in or1k_map() local
130 irq_set_chip_and_handler(irq, &pic->chip, pic->handle); in or1k_map()
131 irq_set_status_flags(irq, pic->flags); in or1k_map()
142 * This sets up the IRQ domain for the PIC built in to the OpenRISC
147 struct or1k_pic_dev *pic) in or1k_pic_init() argument
153 pic); in or1k_pic_init()
165 IRQCHIP_DECLARE(or1k_pic_or1200, "opencores,or1200-pic", or1k_pic_or1200_init);
166 IRQCHIP_DECLARE(or1k_pic, "opencores,or1k-pic", or1k_pic_or1200_init);
173 IRQCHIP_DECLARE(or1k_pic_level, "opencores,or1k-pic-level",
181 IRQCHIP_DECLARE(or1k_pic_edge, "opencores,or1k-pic-edge", or1k_pic_edge_init);