Home
last modified time | relevance | path

Searched refs:PCF2127_REG_TS_HR (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-pcf2127.c73 #define PCF2127_REG_TS_HR 0x15 macro
522 data[PCF2127_REG_TS_MN], data[PCF2127_REG_TS_HR], in timestamp0_show()
536 tm.tm_hour = bcd2bin(data[PCF2127_REG_TS_HR] & 0x3F); in timestamp0_show()