dt_hour           582 arch/i386/isa/clock.c 	dt.dt_hour = hexdectodec(rtclk[MC_HOUR]);
dt_hour           661 arch/i386/isa/clock.c 	rtclk[MC_HOUR] = dectohexdec(dt.dt_hour);
dt_hour           286 dev/i2c/rs5c372.c 	dt->dt_hour = FROMBCD(bcd[RICOHRTC_HOURS] & RICOHRTC_HOURS_24MASK);
dt_hour           305 dev/i2c/rs5c372.c 	bcd[RICOHRTC_HOURS] = TOBCD(dt->dt_hour);
dt_hour            53 dev/ic/intersil7170.h     u_int8_t dt_hour;
dt_hour           159 dev/ic/mk48txx.c 	dt.dt_hour = FROMBCD(bus_space_read_1(bt, bh, clkoff + MK48TXX_IHOUR));
dt_hour           179 dev/ic/mk48txx.c 	    dt.dt_hour >= 24 || dt.dt_min >= 60 || dt.dt_sec >= 60)
dt_hour           219 dev/ic/mk48txx.c 	bus_space_write_1(bt, bh, clkoff + MK48TXX_IHOUR, TOBCD(dt.dt_hour));
dt_hour           238 dev/pci/mbg.c  	ymdhms.dt_hour = tframe.hour;
dt_hour           579 dev/usb/udcf.c 		ymdhm.dt_hour = FROMBCD(hour_bits);
dt_hour           592 dev/usb/udcf.c 		    ymdhm.dt_hour, ymdhm.dt_min, z1_bit ? "CEST" : "CET"));
dt_hour           111 kern/clock_subr.c 	    * 24 + dt->dt_hour)
dt_hour           153 kern/clock_subr.c 	dt->dt_hour = rsec / 3600;
dt_hour           370 kern/tty_nmea.c 	ymd.dt_hour = ymd.dt_min = ymd.dt_sec = 0;
dt_hour           321 sys/time.h             u_char dt_hour;