Searched refs:years (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/i915/ |
| A D | TODO.txt | 6 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
|
| /drivers/rtc/ |
| A D | rtc-bq32k.c | 48 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()
|
| A D | test_rtc_lib.c | 35 static void rtc_time64_to_tm_test_date_range(struct kunit *test, int years) in rtc_time64_to_tm_test_date_range() argument 42 time64_t total_secs = ((time64_t)years) / 400 * 146097 * 86400; in rtc_time64_to_tm_test_date_range()
|
| A D | rtc-ds1685.c | 265 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()
|
| /drivers/comedi/drivers/ni_routing/ |
| A D | README | 7 There have been significant confusions over the past many years for users 57 these drivers for years!
|
| /drivers/video/fbdev/ |
| A D | Kconfig | 466 As this card technology is at least 25 years old,
|
Completed in 14 milliseconds