OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X1226_REG_Y2K
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
x1226reg.h
58
#define
X1226_REG_Y2K
0x37 /* bcd century (19/20) */
67
#define X1226_REG_RTC_SIZE ((
X1226_REG_Y2K
- X1226_REG_RTC_BASE) + 1)
x1226.c
330
dt->dt_year += bcdtobin(bcd[
X1226_REG_Y2K
- X1226_REG_RTC_BASE]
355
bcd[
X1226_REG_Y2K
- X1226_REG_RTC_BASE] = bintobcd(dt->dt_year / 100);
Completed in 11 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025