Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c236 int delta, asec, amin, ahr, adom, amon; in todpc_setalarm() local
289 for (amon = mon; in todpc_setalarm()
290 amon <= 12 && adom > dpm[amon]; amon++) { in todpc_setalarm()
291 adom -= dpm[amon]; in todpc_setalarm()
293 if (amon > 12) { in todpc_setalarm()
300 amon = 12; in todpc_setalarm()
302 rtc.rtc_amon = BYTE_TO_BCD(amon); in todpc_setalarm()