Home | History | Annotate | Download | only in include

Lines Matching refs:ic

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