Searched refs:save_reg_from_ofdata (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/watchdog/ |
A D | orion_wdt.c | 120 static inline bool save_reg_from_ofdata(struct udevice *dev, int index, in save_reg_from_ofdata() function 141 if (!save_reg_from_ofdata(dev, 0, &priv->reg, in orion_wdt_of_to_plat() 145 if (!save_reg_from_ofdata(dev, 1, &priv->rstout, NULL)) in orion_wdt_of_to_plat() 148 if (!save_reg_from_ofdata(dev, 2, &priv->rstout_mask, NULL)) in orion_wdt_of_to_plat()
|
Completed in 2 milliseconds