Searched refs:R8A7740_SCIF (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-r8a7740.c | 207 #define R8A7740_SCIF(scif_type, index, baseaddr, irq) \ macro 229 R8A7740_SCIF(PORT_SCIFA, 0, 0xe6c40000, gic_spi(100)); 230 R8A7740_SCIF(PORT_SCIFA, 1, 0xe6c50000, gic_spi(101)); 231 R8A7740_SCIF(PORT_SCIFA, 2, 0xe6c60000, gic_spi(102)); 232 R8A7740_SCIF(PORT_SCIFA, 3, 0xe6c70000, gic_spi(103)); 233 R8A7740_SCIF(PORT_SCIFA, 4, 0xe6c80000, gic_spi(104)); 234 R8A7740_SCIF(PORT_SCIFA, 5, 0xe6cb0000, gic_spi(105)); 235 R8A7740_SCIF(PORT_SCIFA, 6, 0xe6cc0000, gic_spi(106)); 236 R8A7740_SCIF(PORT_SCIFA, 7, 0xe6cd0000, gic_spi(107)); 237 R8A7740_SCIF(PORT_SCIFB, 8, 0xe6c30000, gic_spi(108));
|