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

  /src/sys/arch/arm/rockchip/
rk_gmac.c 387 static const char * const rstnames[] = { local in function:rk_gmac_setup_clocks
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);
rk_gmac.c 387 static const char * const rstnames[] = { local in function:rk_gmac_setup_clocks
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 23 milliseconds