Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodmostek.c134 tod.tod_hour = BCD_TO_BYTE(CLOCK->clk_hour & 0x3f); in todm_get()
170 CLOCK->clk_hour = BYTE_TO_BCD(tod.tod_hour); in todm_set()
237 CLOCK->clk_alm_hours = BYTE_TO_BCD(tod.tod_hour); in todm_set_power_alarm()
H A Dtodm5819p_rmc.c204 tod.tod_hour = rtc->rtc_hrs; in rtc_to_tod()
264 rtc.rtc_hrs = (uint8_t)tod.tod_hour; in todm5819p_rmc_set()
273 set_time_msg.hour = tod.tod_hour; in todm5819p_rmc_set()
382 rtc.rtc_ahrs = (uint8_t)tod.tod_hour; in todm5819p_rmc_set_power_alarm()
H A Dtodm5819.c189 tod.tod_hour = rtc->rtc_hrs; in rtc_to_tod()
258 rtc.rtc_hrs = (uint8_t)tod.tod_hour; in todm5819_set()
352 rtc.rtc_ahrs = (uint8_t)tod.tod_hour; in todm5819_set_power_alarm()
H A Dtodbq4802.c183 tod.tod_hour = rtc.rtc_hrs; in todbq4802_get()
261 rtc.rtc_hrs = (uint8_t)tod.tod_hour; in todbq4802_set()
335 rtc.rtc_ahrs = (uint8_t)tod.tod_hour; in todbq4802_set_power_alarm()
H A Dtodds1337.c421 tod.tod_hour = rtc.rtc_hrs; in todds1337_get()
463 rtc.rtc_hrs = (uint8_t)tod.tod_hour; in todds1337_set()
559 i2c_tp->i2c_wbuf[3] = BYTE_TO_BCD(tod.tod_hour); in todds1337_set_power_alarm()
H A Dtodds1287.c842 tod.tod_hour = rtc.rtc_hrs; in todds_get()
964 rtc.rtc_hrs = (uint8_t)tod.tod_hour; in todds_set()
1093 rtc.rtc_ahrs = (uint8_t)tod.tod_hour; in todds_set_power_alarm()
H A Drmclomv.c3425 set_time_msg.hour = tod.tod_hour; in plat_timesync()
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c1420 tod.tod_hour = (utc % 86400) / 3600; in utc_to_tod()
1485 if (hour_warn && (tod.tod_hour < 0 || tod.tod_hour > 23)) { in tod_to_utc()
1489 tod.tod_hour); in tod_to_utc()
1514 utc = (utc << 3) + (utc << 4) + tod.tod_hour; /* 24 * day + hour */ in tod_to_utc()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c158 rtc.rtc_hr = BYTE_TO_BCD(tod.tod_hour); in todpc_set()
216 tod.tod_hour = BCD_TO_BYTE(rtc.rtc_hr); in todpc_get()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h163 todinfo.tod_hour, todinfo.tod_min, todinfo.tod_sec); \
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h338 int tod_hour; /* hours 0-23 */ member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c2048 ht->time[0] = BIN2BCD(tod.tod_hour); /* Hour */ in update_time()