Home
last modified time | relevance | path

Searched refs:years (Results 1 – 25 of 202) sorted by relevance

123456789

/openbmc/u-boot/drivers/rtc/
H A Dm41t60.c88 uchar min, date, month, years; in rtc_validate() local
114 years = data[RTC_YEAR]; in rtc_validate()
120 0x99 < years || 0x09 < (years & 0x0F) || in rtc_validate()
123 ((0x00 != (years & 0x03)) || in rtc_validate()
124 (0x00 == years && 0x00 != (data[RTC_MONTH] & 0xC0))))) { in rtc_validate()
/openbmc/linux/drivers/gpu/drm/i915/
H A DTODO.txt6 improved a lot the past 2 years, there's no reason anymore not to use it.
12 - There's a lot of complexity added past few years to make relocations faster.
13 That doesn't make sense given hw and gpu apis moved away from this model years
16 2. Any complexity added in this area past few years which can't be justified
/openbmc/linux/drivers/rtc/
H A Drtc-bq32k.c48 uint8_t years; member
112 tm->tm_year = bcd2bin(regs.years) + in bq32k_rtc_read_time()
131 regs.years = bin2bcd(tm->tm_year - 100); in bq32k_rtc_set_time()
133 regs.years = bin2bcd(tm->tm_year); in bq32k_rtc_set_time()
H A Drtc-ds1685.c265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local
275 years = rtc->read(rtc, RTC_YEAR); in ds1685_rtc_read_time()
280 years = ds1685_rtc_bcd2bin(rtc, years, RTC_YEAR_BCD_MASK, in ds1685_rtc_read_time()
296 tm->tm_year = ((years + (century * 100)) - 1900); in ds1685_rtc_read_time()
312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local
327 years = ds1685_rtc_bin2bcd(rtc, (tm->tm_year % 100), in ds1685_rtc_set_time()
365 rtc->write(rtc, RTC_YEAR, years); in ds1685_rtc_set_time()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h197 using years = std::chrono::duration variable
201 <int, detail::ratio_divide<years::period, std::ratio<12>>>;
423 CONSTCD14 year& operator+=(const years& y) NOEXCEPT;
424 CONSTCD14 year& operator-=(const years& y) NOEXCEPT;
445 CONSTCD11 year operator+(const year& x, const years& y) NOEXCEPT;
446 CONSTCD11 year operator+(const years& x, const year& y) NOEXCEPT;
447 CONSTCD11 year operator-(const year& x, const years& y) NOEXCEPT;
448 CONSTCD11 years operator-(const year& x, const year& y) NOEXCEPT;
573 CONSTCD14 year_month& operator+=(const years& dy) NOEXCEPT;
574 CONSTCD14 year_month& operator-=(const years& dy) NOEXCEPT;
[all …]
/openbmc/linux/Documentation/ABI/removed/
H A Dip_queue7 module was already announced to become obsolete years ago.
H A Ddevfs5 devfs has been unmaintained for a number of years, has unfixable
/openbmc/linux/Documentation/admin-guide/
H A Dabi-stable.rst8 for at least 2 years.
/openbmc/openbmc/meta-yadro/
H A DREADME.md6 wide range of experience gained through the years of contribution to the success
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSymlinks2 fad by a number of years. Just to clarify, this is 100%
H A DTU-Berlin-2.014 Since the original terms of 15 years ago maybe do not make our intentions completely clear given to…
H A DVim19 …- You keep the changes for at least three years after last distributing the corresponding modified…
20 …ontact you. This contact information must remain valid for at least three years after last distrib…
H A DBSD-4-Clause-UC3 Copyright [various years] The Regents of the University of California. All rights reserved.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/
H A D0002-build-don-t-ignore-CPPFLAGS-from-environment.patch9 Upstream-Status: Inappropriate [no upstream activity for 7+ years]
H A D0003-ripstream-fix-compilation.patch17 Upstream-Status: Inappropriate [no upstream activity for 7+ years]
H A D0001-build-these-are-foreign-automake-projects.patch14 Upstream-Status: Inappropriate [no upstream activity for 7+ years]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/
H A Dlibrest_0.8.1.bb22 # * libsoup-gnome support was removed upstream three years ago [1]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cscope/
H A Dcscope_15.9.bb9 many years, and has been used to manage projects involving 20 \
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst19 for proving years ago that very good smb/cifs clients could be done on Unix-like
52 - Shirish Pargaonkar (for many ACL patches over the years)
/openbmc/openbmc/poky/documentation/profile-manual/
H A Darch.rst13 is, however, that in recent years this seemingly disparate set of tools
/openbmc/openbmc/poky/documentation/ref-manual/
H A Drelease-process.rst105 the project initially committed to supporting for two years, but this duration
106 was later extended to four years.
108 A new :term:`LTS` release is made every two years and is supported for four
109 years. This offers more stability to project users and leaves more time to
/openbmc/linux/Documentation/scsi/
H A Dsym53c500_cs.rst25 Through the years, there have been a number of downloads of the pcmcia-cs
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-5.1.rst145 providers has been supported for years.
168 was removed and has not been developed for several years
170 - ``mpeg2dec``: inactive for 10 years and superseded by ``ffmpeg``
H A Dmigration-1.3.rst146 - ``xserver-kdrive``: Effectively unmaintained for many years.
159 - ``libgsmd``: Unmaintained for many years. Functionality now
/openbmc/linux/net/tipc/
H A DKconfig14 cluster applications for many years.

123456789