Searched refs:at91_boot_soc (Results 1 – 2 of 2) sorted by relevance
15 extern struct at91_init_soc at91_boot_soc;26 return at91_boot_soc.init != NULL; in at91_soc_is_enabled()30 #define at91rm9200_soc at91_boot_soc34 #define at91sam9260_soc at91_boot_soc38 #define at91sam9261_soc at91_boot_soc42 #define at91sam9263_soc at91_boot_soc46 #define at91sam9g45_soc at91_boot_soc50 #define at91sam9rl_soc at91_boot_soc54 #define at91sam9x5_soc at91_boot_soc
26 struct at91_init_soc __initdata at91_boot_soc; variable44 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()[all …]