Searched refs:years (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/i915/ |
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/ |
D | rtc-bq32k.c | 47 uint8_t years; member 111 tm->tm_year = bcd2bin(regs.years) + in bq32k_rtc_read_time() 130 regs.years = bin2bcd(tm->tm_year - 100); in bq32k_rtc_set_time() 132 regs.years = bin2bcd(tm->tm_year); in bq32k_rtc_set_time()
|
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/ |
D | README | 7 There have been significant confusions over the past many years for users 57 these drivers for years!
|
/drivers/video/fbdev/ |
D | Kconfig | 672 As this card technology is at least 25 years old,
|