Home | History | Annotate | Download | only in include

Lines Matching refs:ic

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