Home
last modified time | relevance | path

Searched refs:at91_soc_subtype (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/arm/at91/
HDat91soc.h35 enum at91_soc_subtype soc_subtype; /* More specific soc, if any */
56 struct at91_soc_data *at91_match_soc(enum at91_soc_type, enum at91_soc_subtype);
HDat91var.h76 enum at91_soc_subtype { enum
121 enum at91_soc_subtype subtype;
HDat91rm9200var.h31 void at91rm9200_set_subtype(enum at91_soc_subtype st);
HDat91soc.c38 at91_match_soc(enum at91_soc_type type, enum at91_soc_subtype subtype) in at91_match_soc()
HDat91rm9200_devices.c54 at91rm9200_set_subtype(enum at91_soc_subtype st) in at91rm9200_set_subtype()