17 #include <asm/machvec.h>
22 #define BCR2 (0xFFFFFF62)
23 #define WCR2 (0xFFFFFF66)
24 #define AREA5_WAIT_CTRL (0x1C00)
25 #define WAIT_STATES_10 (0x7)
33 static struct resource smsc911x_resources[] = {
35 .name =
"smsc911x-memory",
41 .name =
"smsc911x-irq",
58 .num_resources =
ARRAY_SIZE(smsc911x_resources),
59 .resource = smsc911x_resources,
61 .platform_data = &smsc911x_config,
65 static unsigned char heartbeat_bit_pos[] = { 0, 1, 2, 3 };
72 static struct resource heartbeat_resource = {
82 .platform_data = &heartbeat_data,
85 .resource = &heartbeat_resource,
93 static int __init polaris_initialise(
void)
117 static struct ipr_data ipr_irq_table[] = {
123 static unsigned long ipr_offsets[] = {
127 static struct ipr_desc ipr_irq_desc = {
131 .ipr_data = ipr_irq_table,
134 .name =
"sh7709-ext",
138 static void __init init_polaris_irq(
void)
153 .mv_name =
"Polaris",
154 .mv_init_irq = init_polaris_irq,