Searched refs:dt_min (Results 1 - 25 of 58) sorted by relevance

123

/netbsd-current/tools/compat/dev/
H A Dclock_subr.h48 u_char dt_min; member in struct:clock_ymdhms
/netbsd-current/sys/dev/ic/
H A Dmm58167.c111 _MM58167_GET(dt_min, mm58167_min);
142 (dt->dt_min < dt_reasonable.dt_min ||
143 (dt->dt_min == dt_reasonable.dt_min &&
254 _MM58167_PUT(dt_min, mm58167_min);
H A Dmsm6242b.c84 dt.dt_year, dt.dt_mon, dt.dt_day, dt.dt_hour, dt.dt_min, dt.dt_sec);
102 dt->dt_min = msm6242b_read(sc, MSM6242B_10MINUTE) * 10 +
116 dt->dt_year, dt->dt_mon, dt->dt_day, dt->dt_hour, dt->dt_min, dt->dt_sec);
240 msm6242b_write(sc, MSM6242B_10MINUTE, dt->dt_min / 10);
241 msm6242b_write(sc, MSM6242B_1MINUTE, dt->dt_min % 10);
H A Dintersil7170reg.h53 uint8_t dt_min; member in struct:intersil_dt
H A Dintersil7170.c94 dt->dt_min = bus_space_read_1(bt, bh, INTERSIL_IMIN);
143 bus_space_write_1(bt, bh, INTERSIL_IMIN, dt->dt_min);
H A Dmc146818.c101 dt->dt_min = FROMREG((*sc->sc_mcread)(sc, MC_MIN));
150 (*sc->sc_mcwrite)(sc, MC_MIN, TOREG(dt->dt_min));
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dclock.c89 dt->dt_min = bcdtobin(rtc->min);
97 dt->dt_mon, dt->dt_day, dt->dt_hour, dt->dt_min, dt->dt_sec,
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_rtc.c133 dt.dt_hour, dt.dt_min, dt.dt_sec));
151 dt.dt_hour, dt.dt_min, dt.dt_sec));
165 dt.dt_hour, dt.dt_min, dt.dt_sec));
190 dt->dt_min = (dayr >> RDCR_MINUTE_SHIFT) & RDCR_MINUTE_MASK;
199 dt->dt_hour, dt->dt_min, dt->dt_sec));
218 dt->dt_hour, dt->dt_min, dt->dt_sec));
221 dayr |= (dt->dt_min & RDCR_MINUTE_MASK) << RDCR_MINUTE_SHIFT;
/netbsd-current/sys/dev/
H A Dclock_subr.h47 uint8_t dt_min; member in struct:clock_ymdhms
H A Dclock_subr.c133 * 60 + dt->dt_min)
200 dt->dt_min = rsec / SECS_PER_MINUTE;
/netbsd-current/sys/modules/examples/current_time/
H A Dcurrent_time.c61 dt.dt_min, dt.dt_sec);
/netbsd-current/sys/dev/dec/
H A Dmcclock.c165 dt.dt_min = regs[MC_MIN];
181 dt.dt_min = 0;
213 dt.dt_min = 0;
231 regs[MC_MIN] = dt.dt_min;
/netbsd-current/sys/arch/amiga/dev/
H A Da34kbbc.c120 dt->dt_min = rt->minute1 * 10 + rt->minute2;
168 rt->minute1 = dt->dt_min / 10;
169 rt->minute2 = dt->dt_min % 10;
/netbsd-current/sys/arch/x68k/dev/
H A Drtclock.c125 dt->dt_min = RTC_REG(RTC_MIN10) * 10 + RTC_REG(RTC_MIN);
152 min1 = dt->dt_min / 10;
153 min2 = dt->dt_min % 10;
/netbsd-current/sys/arch/luna68k/dev/
H A Dtimekeeper.c128 dt->dt_min = bcdtobin(chiptime[MK_MIN]);
153 chiptime[MK_MIN] = bintobcd(dt->dt_min);
203 dt->dt_min = chiptime[MC_MIN];
226 chiptime[MC_MIN] = dt->dt_min;
/netbsd-current/sys/arch/arm/marvell/
H A Dmvsocrtc.c149 dt->dt_min = bcdtobin(rtcmin);
163 (bintobcd(dt->dt_min) << MVSOCRTC_MINUTE_OFFSET) |
/netbsd-current/sys/arch/sgimips/dev/
H A Ddsclock.c130 dt->dt_min = bcdtobin(regs[DS1286_MIN]);
173 regs[DS1286_MIN] = bintobcd(dt->dt_min);
/netbsd-current/sys/arch/mipsco/obio/
H A Dmkclock.c121 dt->dt_min = mk_read(sc, 1);
145 mk_write(sc, 1, dt->dt_min);
/netbsd-current/sys/dev/ofw/
H A Dofrtc.c178 dt->dt_min = date[OFRTC_MIN];
194 minute = dt->dt_min;
/netbsd-current/sys/arch/sparc/dev/
H A Drtc.c162 dt->dt_min = mc146818_read(sc, MC_MIN);
196 mc146818_write(sc, MC_MIN, dt->dt_min);
/netbsd-current/sys/arch/evbppc/walnut/dev/
H A Dds1743.c163 dt.dt_hour, dt.dt_min, dt.dt_sec);
238 ds1743_write(sc, DS_MINUTES, bintobcd(dt->dt_min) & 0x7f);
258 dt->dt_min = bcdtobin(ds1743_read(sc, DS_MINUTES) & 0x7f);
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2440_rtc.c116 dt->dt_min = bcdtobin(reg);
139 DPRINTF(("Minutes: %d\n", dt->dt_min));
162 bus_space_write_1(sc->sc_iot, sc->sc_ioh, RTC_BCDMIN, bintobcd(dt->dt_min));
/netbsd-current/sys/kern/
H A Dkern_todr.c203 basedate.dt_min = 0;
368 dt->dt_hour, dt->dt_min, dt->dt_sec,
447 dt.dt_hour > 23 || dt.dt_min > 59 || dt.dt_sec > 60) {
/netbsd-current/sys/arch/vax/vax/
H A Dka820.c489 c.dt_min = ka820_clkpage->min;
499 c.dt_min = ((c.dt_min << 7) | (c.dt_min >> 1)) & 0377;
519 ka820_clkpage->min = ((c.dt_min << 1) | (c.dt_min >> 7)) & 0377;
/netbsd-current/sys/arch/evbmips/sbmips/
H A Drtc.c164 WRITERTC(sc, X1241REG_MN, bintobcd(ymdhms->dt_min));
198 ymdhms->dt_min = bcdtobin(READRTC(sc, X1241REG_MN));
274 WRITERTC(sc, M41T81_MIN, bintobcd(ymdhms->dt_min));
294 ymdhms->dt_min = bcdtobin(READRTC(sc, M41T81_MIN));

Completed in 381 milliseconds

123