Lines Matching refs:at91_boot_soc
26 struct at91_init_soc __initdata at91_boot_soc; variable
44 at91_init_interrupts(at91_boot_soc.default_irq_priority); in at91_init_irq_default()
109 at91_boot_soc = at91rm9200_soc; in soc_detect()
114 at91_boot_soc = at91sam9260_soc; in soc_detect()
119 at91_boot_soc = at91sam9261_soc; in soc_detect()
124 at91_boot_soc = at91sam9263_soc; in soc_detect()
129 at91_boot_soc = at91sam9260_soc; in soc_detect()
136 at91_boot_soc = at91sam9g45_soc; in soc_detect()
141 at91_boot_soc = at91sam9rl_soc; in soc_detect()
146 at91_boot_soc = at91sam9x5_soc; in soc_detect()
153 at91_boot_soc = at91sam9261_soc; in soc_detect()
159 at91_boot_soc = at91sam9260_soc; in soc_detect()
269 if (at91_boot_soc.map_io) in at91_map_io()
270 at91_boot_soc.map_io(); in at91_map_io()
445 at91_boot_soc.register_clocks(); in at91_dt_initialize()
447 at91_boot_soc.init(); in at91_dt_initialize()
453 at91_boot_soc.ioremap_registers(); in at91_initialize()
459 at91_boot_soc.register_clocks(); in at91_initialize()
461 at91_boot_soc.init(); in at91_initialize()