Home
last modified time | relevance | path

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

123

/rk3399_rockchip-uboot/cmd/
H 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()
/rk3399_rockchip-uboot/drivers/rtc/
H A Dmx27rtc.c26 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 Dmcfrtc.c39 tim = (tim * 60) + rtc->seconds; in rtc_get()
92 rtc->seconds = tmp->tm_sec; in rtc_set()
/rk3399_rockchip-uboot/net/
H A Dsntp.c57 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 Dcli.h155 #define endtick(seconds) (get_ticks() + (uint64_t)(seconds) * get_tbclk()) argument
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-misc.c25 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 Dregs-rtc.h15 u32 seconds; member
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H 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.
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A DKconfig22 gsc sleep - sleeps for a period of seconds
/rk3399_rockchip-uboot/configs/
H A Dxtfpga_defconfig8 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press <SPACE> to stop\n"
H A Dspear600_defconfig11 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
H A Dstv0991_defconfig12 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
H A Dhighbank_defconfig10 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds...\nPress <s> to stop or <d> to delay\n"
H A Dlegoev3_defconfig11 CONFIG_AUTOBOOT_PROMPT="Autoboot in %d seconds - press 'l' to stop...\n"
H A Dids8313_defconfig14 CONFIG_AUTOBOOT_PROMPT="Enter password - autoboot in %d seconds...\n"
H A DUCP1020_defconfig12 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n"
H A DUCP1020_SPIFLASH_defconfig12 CONFIG_AUTOBOOT_PROMPT="Autobooting in %d seconds, press \"<Esc>\" to stop\n"
H A Dam335x_boneblack_defconfig17 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
H A Dam335x_sl50_defconfig28 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
H A Dx600_defconfig18 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
H A Dtqma6s_wru4_mmc_defconfig14 CONFIG_AUTOBOOT_PROMPT="Enter password in %d seconds to stop autoboot\n"
H A Dstm32f746-disco_defconfig16 CONFIG_AUTOBOOT_PROMPT="Hit SPACE in %d seconds to stop autoboot.\n"
H A Dam335x_boneblack_vboot_defconfig20 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Drtc.h16 u32 seconds; /* 0x04 Seconds Counter Register */ member
/rk3399_rockchip-uboot/doc/
H A DREADME.440-DDR-performance45 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 +++

123