Home
last modified time | relevance | path

Searched refs:tm_hour (Results 226 – 250 of 259) sorted by relevance

1234567891011

/openbmc/linux/drivers/macintosh/
H A Dsmu.c373 cmd_buf->data[3] = hex2bcd(time->tm_hour); in smu_fill_set_rtc_cmd()
398 time->tm_hour = bcd2hex(cmd.buffer[2]); in smu_get_rtc_time()
420 hex2bcd(time->tm_hour), in smu_set_rtc_time()
/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c287 (now.tm_hour << 16) | in allwinner_rtc_reset()
/openbmc/linux/arch/m68k/mvme16x/
H A Dconfig.c444 t->tm_hour = bcd2int (rtc->bcd_hr); in mvme16x_hwclk()
/openbmc/linux/fs/fat/
H A Dmisc.c272 *time = cpu_to_le16(tm.tm_hour << 11 | tm.tm_min << 5 | tm.tm_sec); in fat_time_unix2fat()
/openbmc/linux/drivers/rtc/
H A Drtc-max77686.c300 tm->tm_hour = data[RTC_HOUR] & 0x1f; in max77686_rtc_data_to_tm()
323 data[RTC_HOUR] = tm->tm_hour; in max77686_rtc_tm_to_data()
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c77 *hour = localTime->tm_hour; in get_time()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp206 std::to_string(p->tm_hour) + "h " + in getBMCUptime()
/openbmc/linux/Documentation/arch/ia64/
H A Defirtc.rst78 int tm_hour;
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c195 time->hour = tm.tm_hour; in efi_get_time_boottime()
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.c86 tm_info->tm_hour, in get_duration()
/openbmc/linux/lib/
H A Dtest_printf.c511 .tm_hour = 5, in time_and_date()
H A Dvsprintf.c1840 buf = number(buf, end, tm->tm_hour, default_dec02_spec); in time_str()
1914 rtc_time.tm_hour = tm.tm_hour; in time64_str()
/openbmc/linux/security/tomoyo/
H A Dutil.c98 stamp->hour = tm.tm_hour; in tomoyo_convert_time()
/openbmc/qemu/util/
H A Dcutils.c165 t += 3600 * tm->tm_hour + 60 * tm->tm_min + tm->tm_sec; in mktimegm()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h5417 tm.tm_hour = static_cast<int>(hms.hours().count());
5561 tm.tm_hour = static_cast<int>(fds.tod.hours().count());
5613 tm.tm_hour = static_cast<int>(fds.tod.hours().count());
5948 tm.tm_hour = static_cast<int>(fds.tod.hours().count());
6775 checked_set(H, tm.tm_hour, not_a_hour, is);
6867 checked_set(H, tm.tm_hour, not_a_hour, is);
7030 checked_set(H, tm.tm_hour, not_a_hour, is);
7187 tm.tm_hour = 1;
7191 if (tm.tm_hour == 1)
7193 else if (tm.tm_hour == 13)
[all …]
/openbmc/linux/net/netfilter/
H A Dnft_meta.c55 return tm.tm_hour * NFT_META_SECS_PER_HOUR in nft_meta_hour()
/openbmc/qemu/hw/m68k/
H A Dnext-cube.c209 ret = SCR2_TOBCD(info->tm_hour); in nextscr2_write()
/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c494 tm->tm_hour, tm->tm_min, tm->tm_sec); in tas2781_save_calibration()
/openbmc/u-boot/common/
H A Dimage.c577 tm.tm_hour, tm.tm_min, tm.tm_sec); in genimg_print_time()
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c526 maina->creation_time = cpu_to_be32((to_bcd(tm.tm_hour) << 24) in spapr_init_maina()
/openbmc/qemu/hw/arm/
H A Dpxa2xx.c1151 (tm.tm_hour << 12) | (tm.tm_min << 6) | tm.tm_sec; in pxa2xx_rtc_init()
1154 s->last_swcr = (tm.tm_hour << 19) | in pxa2xx_rtc_init()
/openbmc/ipmitool/lib/
H A Dipmi_sel.c2739 gt_hour=tm_tmp->tm_hour; in ipmi_sel_set_time()
2744 lt_hour=tm_tmp->tm_hour; in ipmi_sel_set_time()
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c2011 e->start_time[2] = bin2bcd(time.tm_hour); in vidtv_psi_eit_event_init()
/openbmc/u-boot/tools/
H A Dmxsimage.c1711 stat[!!ret], tm.tm_hour, tm.tm_min, tm.tm_sec, in sb_verify_image_header()
/openbmc/linux/drivers/scsi/aacraid/
H A Dcommsup.c2371 wellness_str[8] = bin2bcd(cur_tm.tm_hour); in aac_send_safw_hostttime()

1234567891011