Searched refs:rtc (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/sys/arch/cats/include/
H A Drtc.h1 /* $NetBSD: rtc.h,v 1.1 2001/06/08 22:23:02 chris Exp $ */
3 #include <arm/arm32/rtc.h>
/netbsd-current/sys/arch/hpcarm/include/
H A Drtc.h3 #include <arm/arm32/rtc.h>
/netbsd-current/sys/arch/acorn32/include/
H A Drtc.h1 /* $NetBSD: rtc.h,v 1.7 2001/02/23 21:23:51 reinoud Exp $ */
3 #include <arm/arm32/rtc.h>
/netbsd-current/sys/arch/zaurus/include/
H A Drtc.h3 #include <arm/arm32/rtc.h>
/netbsd-current/sys/arch/shark/include/
H A Drtc.h3 #include <arm/arm32/rtc.h>
/netbsd-current/sys/arch/netwinder/include/
H A Drtc.h1 /* $NetBSD: rtc.h,v 1.7 2001/02/23 21:23:51 reinoud Exp $ */
3 #include <arm/arm32/rtc.h>
/netbsd-current/share/man/man4/man4.atari/
H A DMakefile4 MAN= et.4 floppy.4 intro.4 ms.4 rtc.4
/netbsd-current/share/man/man4/man4.evbppc/
H A DMakefile4 MAN= cpc.4 intro_pmppc.4 mainbus.4 rtc.4
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dclock.c81 struct bootinfo_rtc *rtc = local
85 dt->dt_year = bcdtobin(rtc->year) + 2000;
86 dt->dt_mon = bcdtobin(rtc->mon);
87 dt->dt_day = bcdtobin(rtc->day);
88 dt->dt_hour = bcdtobin(rtc->hour);
89 dt->dt_min = bcdtobin(rtc->min);
90 dt->dt_sec = bcdtobin(rtc->sec);
/netbsd-current/sys/arch/atari/dev/
H A Dclockreg.h37 #define RTC ((struct rtc *)AD_RTC)
39 struct rtc { struct
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_rtc.c57 struct bfin_rtc *rtc = hw_data (me); local
73 mmr_off = addr - rtc->base;
74 valuep = (void *)((unsigned long)rtc + mmr_base() + mmr_off);
105 struct bfin_rtc *rtc = hw_data (me); local
115 mmr_off = addr - rtc->base;
116 valuep = (void *)((unsigned long)rtc + mmr_base() + mmr_off);
152 { "rtc", 0, 0, output_port, },
157 attach_bfin_rtc_regs (struct hw *me, struct bfin_rtc *rtc) argument
181 rtc->base = attach_address;
187 struct bfin_rtc *rtc; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_rtc.c58 struct bfin_rtc *rtc = hw_data (me); local
74 mmr_off = addr - rtc->base;
75 valuep = (void *)((uintptr_t)rtc + mmr_base() + mmr_off);
106 struct bfin_rtc *rtc = hw_data (me); local
116 mmr_off = addr - rtc->base;
117 valuep = (void *)((uintptr_t)rtc + mmr_base() + mmr_off);
153 { "rtc", 0, 0, output_port, },
158 attach_bfin_rtc_regs (struct hw *me, struct bfin_rtc *rtc) argument
182 rtc->base = attach_address;
188 struct bfin_rtc *rtc; local
[all...]
/netbsd-current/sys/arch/arm/include/arm32/
H A DMakefile5 INCS= frame.h param.h pmap.h psl.h pte.h rtc.h types.h vmparam.h
/netbsd-current/sys/arch/x68k/dev/
H A Drtclock_var.h54 #define RTC_REG(x) (bus_space_read_1(rtc->sc_bst, rtc->sc_bht, (x)) & 0x0f)
55 #define RTC_WRITE(x,v) bus_space_write_1(rtc->sc_bst, rtc->sc_bht, (x), (v))
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dclock.c79 .tc_name = "rtc",
213 u_int32_t rtc[2];
215 mfrtc(rtc);
217 rtc[0]++;
220 rtc[1] += (n * 1000);
221 if (rtc[1] >= 1000000000) {
222 rtc[0]++;
223 rtc[1] -= 1000000000;
228 : "r"(rtc[0]), "r"(rtc[
[all...]
/netbsd-current/share/man/man4/man4.hp300/
H A DMakefile7 ppi.4 rbox.4 rd.4 rmp.4 rtc.4 topcat.4
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68hc11/
H A Dfar-hc12.s45 rtc
55 rtc
65 rtc
75 jmp 0,y ; We have a 'call/rtc' stack layout now
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_varitext.c198 int rtc; local
222 if ((rtc = parse_addchar(parseio, ch)) != PARSE_INP_SKIP)
227 return rtc;
237 if ((rtc = parse_addchar(parseio, 0)) == PARSE_INP_SKIP)
240 return rtc;
H A Dclk_schmid.c208 unsigned int rtc; local
216 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
219 return rtc;
H A Dclk_rcc8000.c144 unsigned int rtc; local
152 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
155 return rtc;
H A Dclk_wharton.c140 unsigned int rtc; local
156 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
159 return rtc;
H A Dclk_computime.c160 unsigned int rtc; local
176 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
179 return rtc;
H A Dclk_rawdcf.c409 u_long rtc = CVT_NONE; local
453 rtc = CVT_FAIL|CVT_BADFMT;
549 if (rtc == CVT_NONE)
551 rtc = convert_rawdcf(buffer, size, &dcfparameter, clock_time);
552 if (rtc == CVT_OK)
556 newtime = parse_to_unixtime(clock_time, &rtc);
557 if ((rtc == CVT_OK) && t)
567 rtc = CVT_SKIP;
574 return rtc;
734 unsigned int rtc; local
[all...]
H A Dclk_hopf6021.c224 unsigned int rtc; local
233 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
236 return rtc;
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridgevar.h38 #include <machine/rtc.h>

Completed in 304 milliseconds

123