11 #include <linux/kernel.h>
18 #define irq2port(x) (M32R_ICU_CR1_PORTL + ((x - 1) * sizeof(unsigned long)))
22 static void disable_mappi_irq(
unsigned int irq)
31 static void enable_mappi_irq(
unsigned int irq)
42 disable_mappi_irq(data->
irq);
47 enable_mappi_irq(data->
irq);
58 static struct irq_chip mappi_irq_type =
61 .irq_shutdown = shutdown_mappi,
62 .irq_mask = mask_mappi,
63 .irq_unmask = unmask_mappi,
89 #ifdef CONFIG_SERIAL_M32R_SIO
115 #if defined(CONFIG_M32R_PCC)
130 #if defined(CONFIG_FB_S1D13XXX)
137 .initregssize =
ARRAY_SIZE(s1d13xxxfb_initregs),
138 .platform_init_video =
NULL,
140 .platform_suspend_video =
NULL,
141 .platform_resume_video =
NULL,
145 static struct resource s1d13xxxfb_resources[] = {
152 .start = 0x10000000
UL,
162 .platform_data = &s1d13xxxfb_data,
164 .num_resources =
ARRAY_SIZE(s1d13xxxfb_resources),
165 .resource = s1d13xxxfb_resources,