Home | History | Annotate | Download | only in include

Lines Matching refs:ic

53 #define isa_intr_evcnt(ic, irq)						\
54 genppc_isa_intr_evcnt(ic, irq)
55 #define isa_intr_establish(ic, irq, type, level, fun, arg) \
56 genppc_isa_intr_establish(ic, irq, type, level, fun, arg)
57 #define isa_intr_establish_xname(ic, irq, type, level, fun, arg, xname) \
58 genppc_isa_intr_establish(ic, irq, type, level, fun, arg)
59 #define isa_intr_disestablish(ic, arg) \
60 genppc_isa_intr_disestablish(ic, arg)
61 #define isa_intr_alloc(ic, mask, type, irqp) \
62 genppc_isa_intr_alloc(ic, isa_pic, mask, type, irqp)