Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/
H A Dtodmostek.c135 tod.tod_min = BCD_TO_BYTE(CLOCK->clk_min & 0x7f); in todm_get()
171 CLOCK->clk_min = BYTE_TO_BCD(tod.tod_min); in todm_set()
238 CLOCK->clk_alm_mins = BYTE_TO_BCD(tod.tod_min); in todm_set_power_alarm()
H A Dtodm5819p_rmc.c205 tod.tod_min = rtc->rtc_min; in rtc_to_tod()
265 rtc.rtc_min = (uint8_t)tod.tod_min; in todm5819p_rmc_set()
274 set_time_msg.minute = tod.tod_min; in todm5819p_rmc_set()
381 rtc.rtc_amin = (uint8_t)tod.tod_min; in todm5819p_rmc_set_power_alarm()
H A Dtodbq4802.c184 tod.tod_min = rtc.rtc_min; in todbq4802_get()
262 rtc.rtc_min = (uint8_t)tod.tod_min; in todbq4802_set()
334 rtc.rtc_amin = (uint8_t)tod.tod_min; in todbq4802_set_power_alarm()
H A Dtodm5819.c190 tod.tod_min = rtc->rtc_min; in rtc_to_tod()
259 rtc.rtc_min = (uint8_t)tod.tod_min; in todm5819_set()
351 rtc.rtc_amin = (uint8_t)tod.tod_min; in todm5819_set_power_alarm()
H A Dtodblade.c215 tod.tod_min = rtc->rtc_min; in rtc_to_tod()
286 rtc.rtc_min = (uint8_t)tod.tod_min; in todbl_set()
H A Dtodds1337.c422 tod.tod_min = rtc.rtc_min; in todds1337_get()
464 rtc.rtc_min = (uint8_t)tod.tod_min; in todds1337_set()
558 i2c_tp->i2c_wbuf[2] = BYTE_TO_BCD(tod.tod_min); in todds1337_set_power_alarm()
H A Dtodds1287.c843 tod.tod_min = rtc.rtc_min; in todds_get()
965 rtc.rtc_min = (uint8_t)tod.tod_min; in todds_set()
1092 rtc.rtc_amin = (uint8_t)tod.tod_min; in todds_set_power_alarm()
H A Drmclomv.c3426 set_time_msg.minute = tod.tod_min; in plat_timesync()
/titanic_41/usr/src/uts/common/os/
H A Dtimers.c1394 tod.tod_min = (utc % 3600) / 60; in utc_to_tod()
1468 if (min_warn && (tod.tod_min < 0 || tod.tod_min > 59)) { in tod_to_utc()
1472 tod.tod_min); in tod_to_utc()
1490 utc = (utc << 6) - (utc << 2) + tod.tod_min; /* 60 * hour + min */ in tod_to_utc()
/titanic_41/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c156 rtc.rtc_min = BYTE_TO_BCD(tod.tod_min); in todpc_set()
214 tod.tod_min = BCD_TO_BYTE(rtc.rtc_min); in todpc_get()
/titanic_41/usr/src/uts/sun4u/snowbird/io/todds1307/
H A Dtodds1307.c400 tod.tod_min = rtc.rtc_min; in todds1307_get()
442 rtc.rtc_min = int2bcd(tod.tod_min); in todds1307_set()
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h325 int tod_min; /* minutes 0-59 */ member
/titanic_41/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h163 todinfo.tod_hour, todinfo.tod_min, todinfo.tod_sec); \
/titanic_41/usr/src/uts/common/io/
H A Dbscv.c3562 t.tod_min, t.tod_sec)); in bscv_event_snprintgmttime()