| /rk3399_rockchip-uboot/cmd/ |
| H 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()
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | mx27rtc.c | 26 sec = readl(&rtc_regs->seconds); in rtc_get() 57 writel(sec, &rtc_regs->seconds); in rtc_set() 68 writel(0, &rtc_regs->seconds); in rtc_reset()
|
| H A D | mcfrtc.c | 39 tim = (tim * 60) + rtc->seconds; in rtc_get() 92 rtc->seconds = tmp->tm_sec; in rtc_set()
|
| /rk3399_rockchip-uboot/net/ |
| H A D | sntp.c | 57 ulong seconds; in sntp_handler() local 70 memcpy(&seconds, &rpktp->transmit_timestamp, sizeof(ulong)); in sntp_handler() 72 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | cli.h | 155 #define endtick(seconds) (get_ticks() + (uint64_t)(seconds) * get_tbclk()) argument
|
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-misc.c | 25 static ulong seconds; variable 32 period = get_timer(seconds); in timer_irq_handler() 56 seconds = get_timer(0); in timer_interrupt_test()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx27/ |
| H A D | regs-rtc.h | 15 u32 seconds; member
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H 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.
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | Kconfig | 22 gsc sleep - sleeps for a period of seconds
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | xtfpga_defconfig | 8 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
|
| H A D | spear600_defconfig | 11 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
| H A D | stv0991_defconfig | 12 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
| H A D | highbank_defconfig | 10 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n"
|
| H A D | legoev3_defconfig | 11 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds - press 'l' to stop...\n"
|
| H A D | ids8313_defconfig | 14 CONFIG_AUTOBOOT_PROMPT="Enter password - autoboot in %d seconds...\n"
|
| H A D | UCP1020_defconfig | 12 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n"
|
| H A D | UCP1020_SPIFLASH_defconfig | 12 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n"
|
| H A D | am335x_boneblack_defconfig | 17 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
| H A D | am335x_sl50_defconfig | 28 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
| H A D | x600_defconfig | 18 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
| H A D | tqma6s_wru4_mmc_defconfig | 14 CONFIG_AUTOBOOT_PROMPT="Enter password in %d seconds to stop autoboot\n"
|
| H A D | stm32f746-disco_defconfig | 16 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
|
| H A D | am335x_boneblack_vboot_defconfig | 20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | rtc.h | 16 u32 seconds; /* 0x04 Seconds Counter Register */ member
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.440-DDR-performance | 45 ttcp-t: 16777216 bytes in 0.28 real seconds = 454.29 Mbit/sec +++ 85 ttcp-t: 16777216 bytes in 0.16 real seconds = 804.06 Mbit/sec +++
|