Home
last modified time | relevance | path

Searched refs:IRQ_EINT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Ds3c64xx.c244 #define eint_offset(irq) ((irq) - IRQ_EINT(0))
366 * from IRQ_EINT(0) to IRQ_EINT(27). It is designed to be inlined into
379 for (irq = IRQ_EINT(start); irq <= IRQ_EINT(end); irq++) { in s3c_irq_demux_eint()
415 for (irq = IRQ_EINT(0); irq <= IRQ_EINT(27); irq++) { in s3c64xx_init_irq_eint()
H A Dmach-anw6410.c166 [2] = DEFINE_RES_NAMED(IRQ_EINT(15), 1, NULL, IORESOURCE_IRQ \
H A Dgpio-samsung.c887 return pin < 5 ? IRQ_EINT(23) + pin : -ENXIO; in s3c64xx_gpiolib_mbank_to_irq()
892 return pin >= 8 ? IRQ_EINT(16) + pin - 8 : -ENXIO; in s3c64xx_gpiolib_lbank_to_irq()
1014 * M 6 4Bit No IRQ_EINT
1015 * N 16 2Bit No IRQ_EINT
1154 .irq_base = IRQ_EINT(0),
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Ds3c64xx.c236 #define eint_offset(irq) ((irq) - IRQ_EINT(0))
358 * from IRQ_EINT(0) to IRQ_EINT(27). It is designed to be inlined into
371 for (irq = IRQ_EINT(start); irq <= IRQ_EINT(end); irq++) { in s3c_irq_demux_eint()
407 for (irq = IRQ_EINT(0); irq <= IRQ_EINT(27); irq++) { in s3c64xx_init_irq_eint()
H A Dirqs-s3c64xx.h115 /* Since the IRQ_EINT(x) are a linear mapping on current s3c64xx series
116 * we just defined them as an IRQ_EINT(x) macro from S3C_IRQ_EINT_BASE
122 #define IRQ_EINT(x) S3C_EINT(x) macro
125 /* Next the external interrupt groups. These are similar to the IRQ_EINT(x)
129 * The IRQ_EINT(x) can be thought of as 'group 0' of the available GPIO
H A Dgpio-samsung.c621 return pin < 5 ? IRQ_EINT(23) + pin : -ENXIO; in s3c64xx_gpiolib_mbank_to_irq()
626 return pin >= 8 ? IRQ_EINT(16) + pin - 8 : -ENXIO; in s3c64xx_gpiolib_lbank_to_irq()
645 * M 6 4Bit No IRQ_EINT
646 * N 16 2Bit No IRQ_EINT
780 .irq_base = IRQ_EINT(0),
/kernel/linux/linux-5.10/arch/arm/mach-s3c/include/mach/
H A Dirqs-s3c64xx.h115 /* Since the IRQ_EINT(x) are a linear mapping on current s3c64xx series
116 * we just defined them as an IRQ_EINT(x) macro from S3C_IRQ_EINT_BASE
122 #define IRQ_EINT(x) S3C_EINT(x) macro
125 /* Next the external interrupt groups. These are similar to the IRQ_EINT(x)
129 * The IRQ_EINT(x) can be thought of as 'group 0' of the available GPIO
H A Dirqs-s3c24xx.h84 #define IRQ_EINT(x) (((x) >= 4) ? (IRQ_EINT4 + (x) - 4) : (IRQ_EINT0 + (x))) macro

Completed in 6 milliseconds