Searched refs:SH73A0_SCIF (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-sh73a0.c | 76 #define SH73A0_SCIF(scif_type, index, baseaddr, irq) \ macro 98 SH73A0_SCIF(PORT_SCIFA, 0, 0xe6c40000, gic_spi(72)); 99 SH73A0_SCIF(PORT_SCIFA, 1, 0xe6c50000, gic_spi(73)); 100 SH73A0_SCIF(PORT_SCIFA, 2, 0xe6c60000, gic_spi(74)); 101 SH73A0_SCIF(PORT_SCIFA, 3, 0xe6c70000, gic_spi(75)); 102 SH73A0_SCIF(PORT_SCIFA, 4, 0xe6c80000, gic_spi(78)); 103 SH73A0_SCIF(PORT_SCIFA, 5, 0xe6cb0000, gic_spi(79)); 104 SH73A0_SCIF(PORT_SCIFA, 6, 0xe6cc0000, gic_spi(156)); 105 SH73A0_SCIF(PORT_SCIFA, 7, 0xe6cd0000, gic_spi(143)); 106 SH73A0_SCIF(PORT_SCIFB, 8, 0xe6c30000, gic_spi(80));
|