Home
last modified time | relevance | path

Searched refs:week (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/drivers/rtc/
H A Drtc-bd70528.c35 u8 week; member
69 r->week &= ~BD70528_MASK_RTC_WEEK; in tm2rtc()
83 r->week |= bin2bcd(t->tm_wday); in tm2rtc()
105 t->tm_wday = bcd2bin(r->week & BD70528_MASK_RTC_WEEK); in rtc2tm()
H A Drtc-ds1742.c83 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local
95 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1742_rtc_read_time()
104 tm->tm_wday = bcd2bin(week); in ds1742_rtc_read_time()
H A Drtc-ds1553.c99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local
111 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1553_rtc_read_time()
120 tm->tm_wday = bcd2bin(week); in ds1553_rtc_read_time()
H A Drtc-stk17ta8.c98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local
113 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in stk17ta8_rtc_read_time()
122 tm->tm_wday = bcd2bin(week); in stk17ta8_rtc_read_time()
H A Drtc-ds3232.c103 unsigned int week, twelve_hr, am_pm; in ds3232_read_time() local
113 week = buf[3]; in ds3232_read_time()
139 time->tm_wday = bcd2bin(week) - 1; in ds3232_read_time()
/openbmc/ipmitool/lib/
H A Ddimm_spd.c871 uint32_t week; in ipmi_spd_print() local
937 week = ((spd_data[324]>>4) * 10) + (spd_data[324] & 15); in ipmi_spd_print()
939 2000 + year, week); in ipmi_spd_print()
/openbmc/qemu/docs/devel/
H A Dtrivial-patches.rst41 3. Send pull requests to the development mailing list once a week.
44 time is 1 week before handing off to the next member.
H A Dsubmitting-a-patch.rst32 volume of email, often over one thousand messages in a week. The list is
549 week or two, by sending an email as a reply-to-all to the patch mail,
557 also ignored, ping again after another week or so. As the submitter, you
/openbmc/linux/tools/edid/
H A Dedid.S72 week: .byte WEEK label
/openbmc/linux/Documentation/doc-guide/
H A Dmaintainer-profile.rst45 have not heard back within a week of sending a patch.
/openbmc/linux/Documentation/mm/damon/
H A Dmaintainer-profile.rst52 hesitate to send a ping if you have not heard back within a week of sending a
/openbmc/linux/Documentation/process/
H A Dmaintainer-netdev.rst41 two week "merge window" where the main maintainers feed their new stuff
45 expected. After roughly a week of collecting fixes to the rc1 content,
48 state of churn), and a week after the last vX.Y-rcN was done, the
57 the dev cycle. If it was tagged rc7 a week ago, then a release is
75 Relating that to kernel development: At the beginning of the 2-week
H A Dkernel-docs.rst169 produced during the week.
H A Dmaintainer-kvm-x86.rst56 typically the week before Linus' opening of the merge window, e.g. the week
/openbmc/linux/Documentation/nvdimm/
H A Dmaintainer-entry-profile.rst57 In general, please wait up to one week before pinging for feedback. A
/openbmc/u-boot/include/
H A Dedid.h148 unsigned char week; member
/openbmc/phosphor-webui/app/common/styles/base/
H A Dforms.scss102 [type="week"],
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst58 week) that patches might be considered for merging and when patches need to
/openbmc/u-boot/common/
H A Dedid.c352 edid_info->week, edid_info->year + 1990); in edid_print_info()
/openbmc/u-boot/include/linux/
H A Dfb.h318 __u32 week; /* Week Manufactured */ member
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c303 specs->week = block[8]; in parse_vendor_block()
307 DPRINTK(" Year: %u Week %u\n", specs->year, specs->week); in parse_vendor_block()
/openbmc/phosphor-host-ipmid/docs/
H A Dcontributing.md102 timeframe to do so is on the order of a week, not on the order of hours.
/openbmc/linux/Documentation/filesystems/
H A Dxfs-maintainer-entry-profile.rst184 In general, please wait at least one week before pinging for feedback.
/openbmc/linux/Documentation/arch/arm/
H A Darm.rst146 last week :-)
/openbmc/linux/include/linux/
H A Dfb.h76 __u32 week; /* Week Manufactured */ member

12