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

/netbsd-current/sys/arch/arm/rockchip/
H A Drk_gmac.c387 static const char * const rstnames[] = { local
410 for (n = 0; n < __arraycount(rstnames); n++) {
411 rst = fdtbus_reset_get(phandle, rstnames[n]);
413 aprint_error(": couldn't get %s reset\n", rstnames[n]);
419 rstnames[n], error);

Completed in 75 milliseconds