/openbmc/linux/drivers/rtc/ |
H A D | rtc-bd70528.c | 35 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 D | rtc-ds1742.c | 83 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 D | rtc-ds1553.c | 99 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 D | rtc-stk17ta8.c | 98 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 D | rtc-ds3232.c | 103 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 D | dimm_spd.c | 871 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 D | trivial-patches.rst | 41 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 D | submitting-a-patch.rst | 32 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 D | edid.S | 72 week: .byte WEEK label
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | maintainer-profile.rst | 45 have not heard back within a week of sending a patch.
|
/openbmc/linux/Documentation/mm/damon/ |
H A D | maintainer-profile.rst | 52 hesitate to send a ping if you have not heard back within a week of sending a
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-netdev.rst | 41 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 D | kernel-docs.rst | 169 produced during the week.
|
H A D | maintainer-kvm-x86.rst | 56 typically the week before Linus' opening of the merge window, e.g. the week
|
/openbmc/linux/Documentation/nvdimm/ |
H A D | maintainer-entry-profile.rst | 57 In general, please wait up to one week before pinging for feedback. A
|
/openbmc/u-boot/include/ |
H A D | edid.h | 148 unsigned char week; member
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | forms.scss | 102 [type="week"],
|
/openbmc/linux/Documentation/maintainer/ |
H A D | maintainer-entry-profile.rst | 58 week) that patches might be considered for merging and when patches need to
|
/openbmc/u-boot/common/ |
H A D | edid.c | 352 edid_info->week, edid_info->year + 1990); in edid_print_info()
|
/openbmc/u-boot/include/linux/ |
H A D | fb.h | 318 __u32 week; /* Week Manufactured */ member
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 303 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 D | contributing.md | 102 timeframe to do so is on the order of a week, not on the order of hours.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-maintainer-entry-profile.rst | 184 In general, please wait at least one week before pinging for feedback.
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | arm.rst | 146 last week :-)
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 76 __u32 week; /* Week Manufactured */ member
|