Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/rtc/
H A Dnxprtc.c132 #define PCF8523_B_HOUR_PM 0x20 /* PM bit */ macro
776 bct.ispm = (tregs.hour & PCF8523_B_HOUR_PM) != 0; in nxprtc_gettime()
853 tregs.hour = bct.hour | (bct.ispm ? PCF8523_B_HOUR_PM : 0); in nxprtc_settime()