Searched refs:interrupt_base (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
H A Dhead_booke.h284 lis r10,interrupt_base@h; /* check if exception in vectors */ \
285 ori r10,r10,interrupt_base@l; \
337 lis r10,interrupt_base@h; /* check if exception in vectors */ \
338 ori r10,r10,interrupt_base@l; \
H A Dhead_44x.S241 * interrupt prefix as determined by the address of interrupt_base.
249 interrupt_base: label
1232 lis r4,interrupt_base@h /* IVPR only uses the high 16-bits */
H A Dhead_fsl_booke.S185 lis r4,interrupt_base@h /* IVPR only uses the high 16-bits */
355 * interrupt prefix as determined by the address of interrupt_base.
363 interrupt_base: label
/linux-4.4.14/drivers/hid/
H A Dhid-rmi.c63 unsigned int interrupt_base; /* cross-function interrupt number member in struct:rmi_function
481 if (hdata->f11.interrupt_base < hdata->f30.interrupt_base) { rmi_input_event()
695 f->interrupt_base = interrupt_count; rmi_register_function()
697 f->irq_mask = rmi_gen_mask(f->interrupt_base, rmi_register_function()

Completed in 130 milliseconds