Searched refs:seconds (Results 1 – 25 of 83) sorted by relevance
1234
/u-boot/cmd/ |
A D | time.c | 11 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 D | cli.h | 156 #define endtick(seconds) (get_ticks() + (uint64_t)(seconds) * get_tbclk()) argument
|
/u-boot/net/ |
A D | sntp.c | 62 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 D | mx27rtc.c | 25 sec = readl(&rtc_regs->seconds); in rtc_get() 56 writel(sec, &rtc_regs->seconds); in rtc_set()
|
A D | mcfrtc.c | 36 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 D | regs-rtc.h | 14 u32 seconds; member
|
/u-boot/doc/board/intel/ |
A D | edison.rst | 33 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 D | Kconfig | 25 gsc sleep - sleeps for a period of seconds
|
/u-boot/doc/device-tree-bindings/net/ |
A D | stmmac.txt | 17 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 D | highbank_defconfig | 14 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n"
|
A D | stm32h743-disco_defconfig | 13 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
A D | stm32h743-eval_defconfig | 13 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
A D | stv0991_defconfig | 16 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
A D | xtfpga_defconfig | 9 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
|
A D | spear600_defconfig | 12 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
A D | crs305-1g-4s-bit_defconfig | 17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
|
A D | crs305-1g-4s_defconfig | 17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
|
A D | crs326-24g-2s-bit_defconfig | 17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
|
A D | crs326-24g-2s_defconfig | 17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
|
A D | crs328-4c-20s-4s-bit_defconfig | 17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
|
A D | crs328-4c-20s-4s_defconfig | 17 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds, to stop use 's' key\n"
|
A D | legoev3_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds - press 'l' to stop...\n"
|
A D | am335x_pdu001_defconfig | 20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
/u-boot/arch/m68k/include/asm/ |
A D | rtc.h | 15 u32 seconds; /* 0x04 Seconds Counter Register */ member
|
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
A D | README.lsch2 | 17 the default timeout value is 128s which is the maximum. Set 10 seconds for
|
Completed in 29 milliseconds
1234