Lines Matching full:pic
13 /* OR1K PIC implementation */
48 * There are two oddities with the OR1200 PIC implementation:
66 .name = "or1k-PIC-level",
77 .name = "or1k-PIC-edge",
89 .name = "or1200-PIC",
124 struct or1k_pic_dev *pic = d->host_data; in or1k_map() local
126 irq_set_chip_and_handler(irq, &pic->chip, pic->handle); in or1k_map()
127 irq_set_status_flags(irq, pic->flags); in or1k_map()
138 * This sets up the IRQ domain for the PIC built in to the OpenRISC
143 struct or1k_pic_dev *pic) in or1k_pic_init() argument
149 pic); in or1k_pic_init()
161 IRQCHIP_DECLARE(or1k_pic_or1200, "opencores,or1200-pic", or1k_pic_or1200_init);
162 IRQCHIP_DECLARE(or1k_pic, "opencores,or1k-pic", or1k_pic_or1200_init);
169 IRQCHIP_DECLARE(or1k_pic_level, "opencores,or1k-pic-level",
177 IRQCHIP_DECLARE(or1k_pic_edge, "opencores,or1k-pic-edge", or1k_pic_edge_init);