cregit-Linux how code gets into the kernel

Release 4.11 arch/avr32/mach-at32ap/include/mach/irq.h

#ifndef __ASM_AVR32_ARCH_IRQ_H

#define __ASM_AVR32_ARCH_IRQ_H


#define EIM_IRQ_BASE	NR_INTERNAL_IRQS

#define NR_EIM_IRQS	32

#define AT32_EXTINT(n)	(EIM_IRQ_BASE + (n))


#define GPIO_IRQ_BASE	(EIM_IRQ_BASE + NR_EIM_IRQS)

#define NR_GPIO_CTLR	(5 /*internal*/ + 1 /*external*/)

#define NR_GPIO_IRQS	(NR_GPIO_CTLR * 32)


#define NR_IRQS		(GPIO_IRQ_BASE + NR_GPIO_IRQS)

#endif /* __ASM_AVR32_ARCH_IRQ_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Håvard Skinnemoen44100.00%1100.00%
Total44100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.