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

/freebsd-10-stable/sys/arm/at91/
H A Dat91soc.h36 struct at91_soc_data *soc_data; member in struct:at91_soc
44 .soc_data = data, \
52 .soc_data = data, \
H A Dat91soc.c48 return (*socp)->soc_data;
H A Dat91_aic.c137 if (soc_info.soc_data == NULL || soc_info.soc_data->soc_irq_prio == NULL)
142 WR4(sc, IC_SMR + i * 4, soc_info.soc_data->soc_irq_prio[i]);
H A Dat91_machdep.c421 soc_info.soc_data = at91_match_soc(soc_info.type, soc_info.subtype);
578 if (soc_info.soc_data != NULL) {
579 soc_info.soc_data->soc_clock_init();
585 if (soc_info.soc_data == NULL)
680 if (soc_info.soc_data)
681 soc_info.soc_data->soc_delay(n);
688 if (soc_info.soc_data)
689 soc_info.soc_data->soc_reset();
H A Dat91sam9g45.c160 static struct at91_soc_data soc_data = { variable in typeref:struct:at91_soc_data
170 AT91_SOC(AT91_T_SAM9G45, &soc_data);
H A Dat91rm9200.c200 static struct at91_soc_data soc_data = { variable in typeref:struct:at91_soc_data
210 AT91_SOC(AT91_T_RM9200, &soc_data);
H A Dat91sam9260.c207 static struct at91_soc_data soc_data = { variable in typeref:struct:at91_soc_data
217 AT91_SOC(AT91_T_SAM9260, &soc_data);
H A Dat91sam9g20.c173 static struct at91_soc_data soc_data = { variable in typeref:struct:at91_soc_data
183 AT91_SOC(AT91_T_SAM9G20, &soc_data);
H A Dat91sam9x5.c177 static struct at91_soc_data soc_data = { variable in typeref:struct:at91_soc_data
187 AT91_SOC_SUB(AT91_T_SAM9X5, AT91_ST_SAM9X25, &soc_data);
H A Dat91var.h127 struct at91_soc_data *soc_data; member in struct:at91_soc_info
H A Dat91.c296 at91_cpu_add_builtin_children(dev, soc_info.soc_data->soc_children);
297 soc_info.soc_data->soc_clock_init();
H A Dat91_pmc.c537 soc_info.soc_data->soc_clock_init();

Completed in 187 milliseconds