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

  /src/sys/arch/evbppc/virtex/
design_gsrd1.c 248 } gsrd_devices[] = { variable in typeref:typename:const struct gsrddev[]
249 { /* gsrd_devices[0] */
258 { /* gsrd_devices[1] */
267 { /* gsrd_devices[2] */
340 for (i = 0; i < __arraycount(gsrd_devices); i++) {
341 const struct gsrddev *g = &gsrd_devices[i];
design_gsrd2.c 266 } gsrd_devices[] = { variable in typeref:typename:const struct gsrddev[]
267 { /* gsrd_devices[0] */
277 { /* gsrd_devices[1] */
288 { /* gsrd_devices[2] */
299 { /* gsrd_devices[2] */
310 { /* gsrd_devices[3] */
320 { /* gsrd_devices[4] */
395 for (i = 0; i < __arraycount(gsrd_devices); i++) {
396 const struct gsrddev *g = &gsrd_devices[i];

Completed in 12 milliseconds