Home
last modified time | relevance | path

Searched refs:soc_data (Results 1 – 12 of 12) sorted by relevance

/trueos/sys/arm/at91/
HDat91soc.h36 struct at91_soc_data *soc_data; member
44 .soc_data = data, \
52 .soc_data = data, \
HDat91_machdep.c421 soc_info.soc_data = at91_match_soc(soc_info.type, soc_info.subtype); in at91_try_id()
578 if (soc_info.soc_data != NULL) { in initarm()
579 soc_info.soc_data->soc_clock_init(); in initarm()
585 if (soc_info.soc_data == NULL) in initarm()
680 if (soc_info.soc_data) in DELAY()
681 soc_info.soc_data->soc_delay(n); in DELAY()
688 if (soc_info.soc_data) in cpu_reset()
689 soc_info.soc_data->soc_reset(); in cpu_reset()
HDat91_aic.c137 if (soc_info.soc_data == NULL || soc_info.soc_data->soc_irq_prio == NULL) in at91_aic_attach()
142 WR4(sc, IC_SMR + i * 4, soc_info.soc_data->soc_irq_prio[i]); in at91_aic_attach()
HDat91sam9g45.c160 static struct at91_soc_data soc_data = { variable
170 AT91_SOC(AT91_T_SAM9G45, &soc_data);
HDat91sam9g20.c173 static struct at91_soc_data soc_data = { variable
183 AT91_SOC(AT91_T_SAM9G20, &soc_data);
HDat91sam9x5.c177 static struct at91_soc_data soc_data = { variable
187 AT91_SOC_SUB(AT91_T_SAM9X5, AT91_ST_SAM9X25, &soc_data);
HDat91sam9260.c207 static struct at91_soc_data soc_data = { variable
217 AT91_SOC(AT91_T_SAM9260, &soc_data);
HDat91rm9200.c200 static struct at91_soc_data soc_data = { variable
210 AT91_SOC(AT91_T_RM9200, &soc_data);
HDat91soc.c48 return (*socp)->soc_data; in at91_match_soc()
HDat91var.h127 struct at91_soc_data *soc_data; member
HDat91.c296 at91_cpu_add_builtin_children(dev, soc_info.soc_data->soc_children); in at91_attach()
297 soc_info.soc_data->soc_clock_init(); in at91_attach()
HDat91_pmc.c537 soc_info.soc_data->soc_clock_init(); in at91_pmc_init_clock()