Searched refs:HOURS_PM (Results 1 – 1 of 1) sorted by relevance
29 #define HOURS_PM 0x20 macro77 s->nvram[2] = HOURS_12 | HOURS_PM | to_bcd(tmp - 12); in capture_current_time()161 int tmp = from_bcd(data & (HOURS_PM - 1)); in ds1338_send()162 if (data & HOURS_PM) { in ds1338_send()