HomeSort by: relevance | last modified time | path
    Searched defs:at91bus_machdep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91busvar.h 80 struct at91bus_machdep { struct
105 typedef const struct at91bus_machdep * at91bus_tag_t;
108 extern const struct at91bus_machdep at91rm9200bus;
at91bus.c 155 const struct at91bus_machdep *machdep;
191 struct at91bus_machdep at91bus_machdep = { 0 }; variable in typeref:struct:at91bus_machdep
224 memcpy(&at91bus_machdep, at91_types[i].machdep, sizeof(at91bus_machdep));
225 at91bus_tag = &at91bus_machdep;

Completed in 126 milliseconds