Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 83) sorted by relevance

1234

/u-boot/cmd/
A Dtime.c11 ulong minutes, seconds, milliseconds; in report_time() local
17 seconds = total_seconds % 60; in report_time()
24 printf(" %lu.%03lu seconds\n", seconds, milliseconds); in report_time()
/u-boot/include/
A Dcli.h156 #define endtick(seconds) (get_ticks() + (uint64_t)(seconds) * get_tbclk()) argument
/u-boot/net/
A Dsntp.c62 ulong seconds; in sntp_handler() local
73 memcpy(&seconds, &rpktp->transmit_timestamp, sizeof(ulong)); in sntp_handler()
75 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
/u-boot/drivers/rtc/
A Dmx27rtc.c25 sec = readl(&rtc_regs->seconds); in rtc_get()
56 writel(sec, &rtc_regs->seconds); in rtc_set()
A Dmcfrtc.c36 tim = (tim * 60) + rtc->seconds; in rtc_get()
89 rtc->seconds = tmp->tm_sec; in rtc_set()
/u-boot/arch/arm/include/asm/arch-mx27/
A Dregs-rtc.h14 u32 seconds; member
/u-boot/doc/board/intel/
A Dedison.rst33 3. Wait for few seconds, it will prepare environment variable and runs
88 You have about 10 seconds after resetting the board to type the above command.
99 After about 5 seconds you should see some console output from the board:
124 After another 10 seconds the xFSTK tool completes and the board resets. About
125 10 seconds after that should see the above message again and then within a few
126 seconds U-Boot should start on your board:
/u-boot/board/gateworks/gw_ventana/
A DKconfig25 gsc sleep - sleeps for a period of seconds
/u-boot/doc/device-tree-bindings/net/
A Dstmmac.txt17 The 1st cell is reset pre-delay in micro seconds.
18 The 2nd cell is reset pulse in micro seconds.
19 The 3rd cell is reset post-delay in micro seconds.
/u-boot/configs/
A Dhighbank_defconfig14 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n"
A Dstm32h743-disco_defconfig13 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
A Dstm32h743-eval_defconfig13 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
A Dstv0991_defconfig16 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
A Dxtfpga_defconfig9 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
A Dspear600_defconfig12 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
A Dcrs305-1g-4s-bit_defconfig17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
A Dcrs305-1g-4s_defconfig17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
A Dcrs326-24g-2s-bit_defconfig17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
A Dcrs326-24g-2s_defconfig17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
A Dcrs328-4c-20s-4s-bit_defconfig17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
A Dcrs328-4c-20s-4s_defconfig17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
A Dlegoev3_defconfig10 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds - press 'l' to stop...\n"
A Dam335x_pdu001_defconfig20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
/u-boot/arch/m68k/include/asm/
A Drtc.h15 u32 seconds; /* 0x04 Seconds Counter Register */ member
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.lsch217 the default timeout value is 128s which is the maximum. Set 10 seconds for

Completed in 29 milliseconds

1234