Lines Matching refs:ic
51 #define isa_intr_evcnt(ic, irq) \
52 genppc_isa_intr_evcnt(ic, irq)
53 #define isa_intr_establish(ic, irq, type, level, fun, arg) \
54 genppc_isa_intr_establish(ic, irq, type, level, fun, arg)
55 #define isa_intr_establish_xname(ic, irq, type, level, fun, arg, xname) \
56 genppc_isa_intr_establish(ic, irq, type, level, fun, arg)
57 #define isa_intr_disestablish(ic, arg) \
58 genppc_isa_intr_disestablish(ic, arg)
59 #define isa_intr_alloc(ic, mask, type, irqp) \
60 genppc_isa_intr_alloc(ic, isa_pic, mask & isa_pcmciamask, type, irqp)