Searched refs:CTL_RESETS (Results 1 – 1 of 1) sorted by relevance
38 static const char *const CTL_RESETS[] = { "apb", "ctrl", }; variable189 struct reset_control *resets[ARRAY_SIZE(CTL_RESETS)]; in phy_probe()220 for (i = 0; i < ARRAY_SIZE(CTL_RESETS); i++) { in phy_probe()221 resets[i] = devm_reset_control_get_exclusive(dev, CTL_RESETS[i]); in phy_probe()223 dev_err(dev, "%s reset not found\n", CTL_RESETS[i]); in phy_probe()236 for (i = 0; i < ARRAY_SIZE(CTL_RESETS); i++) in phy_probe()246 for (i = 0; i < ARRAY_SIZE(CTL_RESETS); i++) in phy_probe()