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

/u-boot/drivers/watchdog/
H A Dcdns_wdt.c22 u32 restart; /* Restart key register, offset - 0x8 */ member in struct:cdns_regs
90 * Write the restart key value (0x00001999) to the restart register.
100 cdns_wdt_writereg(&priv->regs->restart, CDNS_WDT_RESTART_KEY);
192 cdns_wdt_writereg(&priv->regs->restart, CDNS_WDT_RESTART_KEY);
251 cdns_wdt_writereg(&priv->regs->restart, CDNS_WDT_RESTART_KEY);
/u-boot/net/
H A Dtftp.c255 * restart the current transfer due to an error
259 static void restart(const char *msg) function
450 restart("TFTP server died");
702 restart("Retry count exceeded");
H A Dnet.c450 goto restart;
468 restart:
714 goto restart;
/u-boot/drivers/i2c/
H A Drz_riic.c225 static int riic_send_start_cond(struct udevice *dev, int restart) argument
230 if (restart)
333 * Send a start for the first message and a restart for
/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c845 restart:
867 goto restart;
906 goto restart;
934 goto restart;
/u-boot/fs/ext4/
H A Dext4_common.c509 restart:
583 goto restart;
1019 restart:
1042 goto restart;
1057 debug("going for restart for the block no %ld %u\n",
1060 goto restart;
1152 restart:
1173 debug("going for restart for the block no %d %u\n",
1175 goto restart;

Completed in 84 milliseconds