Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/at91/
H A Dat91bus.c156 } at91_types[] = { variable
205 for (i = 0; at91_types[i].name; i++) { in match_cid()
206 if (cidr == at91_types[i].cidr) in match_cid()
221 if (!at91_types[i].machdep) in at91bus_init()
222 panic("%s: %s is not supported", __FUNCTION__, at91_types[i].name); in at91bus_init()
224 memcpy(&at91bus_machdep, at91_types[i].machdep, sizeof(at91bus_machdep)); in at91bus_init()
606 at91_types[at91_chip_ndx].name, in at91bus_attach()