Home | History | Annotate | Download | only in macppc

Lines Matching refs:pic_ops

45 static void heathrow_enable_irq(struct pic_ops *, int, int);
46 static void heathrow_reenable_irq(struct pic_ops *, int, int);
47 static void heathrow_disable_irq(struct pic_ops *, int);
48 static int heathrow_get_irq(struct pic_ops *, int);
49 static void heathrow_ack_irq(struct pic_ops *, int);
50 static void heathrow_establish_irq(struct pic_ops *, int, int, int);
53 struct pic_ops pic;
108 struct pic_ops *pic;
139 heathrow_enable_irq(struct pic_ops *pic, int irq, int type)
154 heathrow_reenable_irq(struct pic_ops *pic, int irq, int type)
180 heathrow_disable_irq(struct pic_ops *pic, int irq)
197 struct pic_ops *pic = &heathrow->pic;
219 heathrow_get_irq(struct pic_ops *pic, int mode)
250 heathrow_ack_irq(struct pic_ops *pic, int irq)
255 heathrow_establish_irq(struct pic_ops *pic, int irq, int type, int pri)