Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-isl12026.c23 # define ISL12026_REG_HR_MIL BIT(7) /* military or 24 hour time */ macro
185 op[4] = bin2bcd(tm->tm_hour) | ISL12026_REG_HR_MIL; /* HR */ in isl12026_rtc_set_time()
255 if (ccr[2] & ISL12026_REG_HR_MIL) in isl12026_rtc_read_time()