Searched refs:rtc (Results 26 - 50 of 66) sorted by relevance

123

/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dclk_trimtaip.c158 unsigned int rtc; local
174 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
177 return rtc;
H A Dclk_dcf7000.c161 unsigned int rtc; local
170 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
173 return rtc;
H A Dclk_meinberg.c437 unsigned int rtc; local
453 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
456 return rtc;
/netbsd-current/etc/etc.atari/
H A DMAKEDEV.conf5 makedev grf2 grf3 grf4 grf5 mouse0 mouse1 rtc etvme leo0
19 makedev sd0 sd1 sd2 wd0 wd1 cd0 fd0 md0 md1 md2 rtc
/netbsd-current/sys/arch/x68k/dev/
H A Drtclock.c63 CFATTACH_DECL_NEW(rtc, sizeof(struct rtc_softc),
73 if (strcmp(ia->ia_name, "rtc") != 0)
118 struct rtc_softc *rtc = tch->cookie; local
141 struct rtc_softc *rtc = tch->cookie; local
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68hc11/
H A Dfar-hc12.d45 0+10005 <_far_bar\+0x5> rtc
49 0+14003 <_far_foo\+0x3> rtc
53 0+18003 <_far_no_tramp\+0x3> rtc
/netbsd-current/sys/arch/atari/dev/
H A Dclock.c106 * 'sc_flags' state info. Only used by the rtc-device functions.
406 struct rtc *rtc = cookie; local
408 rtc->rtc_regno = regno;
409 return rtc->rtc_data & 0xff;
414 struct rtc *rtc = cookie; local
416 rtc->rtc_regno = regno;
417 rtc->rtc_data = value;
436 " A write to /dev/rtc wil
[all...]
/netbsd-current/tests/lib/libc/gen/
H A Dt_sleep.c152 int rtc, kq, kerrno; local
170 rtc = kevent(kq, &ktimer, 1, &kresult, 1, delay);
175 if (rtc == -1) {
182 ATF_REQUIRE_MSG(rtc > 0,
/netbsd-current/sys/arch/next68k/next68k/
H A Dclock.c43 #include <next68k/next68k/rtc.h>
/netbsd-current/sys/arch/evbppc/pmppc/dev/
H A Dds17485.c177 CFATTACH_DECL_NEW(rtc, sizeof(struct mc146818_softc),
186 return (!rtc_attached && strcmp(maa->mb_name, "rtc") == 0);
/netbsd-current/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c537 register unsigned rtc = CVT_NONE; local
603 rtc = CVT_FAIL|CVT_BADFMT;
752 if (rtc != CVT_NONE)
757 return (rtc == CVT_NONE) ? convert_rawdcf(buffer, size, clock_time) : rtc;
1529 unsigned int rtc = CVT_NONE; local
1683 if ((rtc = cvt_rawdcf((unsigned char *)buf, i, &clock_time)) != CVT_OK)
1736 if (i == 0 && rtc == CVT_OK)
1742 if ((utc_time = dcf_to_unixtime(&clock_time, &rtc)) == -1)
1760 rtc
[all...]
H A Dtestdcf.c377 int rtc = CVT_NONE; local
457 if ((rtc = convert_rawdcf((unsigned char *)buf, i, &clock_time)) != CVT_OK)
490 if (rtc == CVT_OK)
/netbsd-current/sys/arch/arm/imx/
H A Dimx23_rtc.c58 CFATTACH_DECL3_NEW(rtc,
99 aprint_error_dev(sc->sc_dev, "rtc is already attached\n");
144 aprint_error("rtc is not initialized");
/netbsd-current/sys/arch/next68k/stand/boot/
H A DMakefile44 SRCS= boot.c machdep.c conf.c devopen.c rtc.c sd.c scsi.c en.c build.c
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dinsns12.s20 rtc
H A Dinsns12.d41 0+2c <call_test\+0x2c> rtc
/netbsd-current/sys/arch/x68k/x68k/
H A Diodevice.h138 union rtc { union
313 union rtc io_rtc; /* 0x00e8a000 */
/netbsd-current/sys/arch/amiga/dev/
H A Da34kbbc.c53 #include <amiga/dev/rtc.h>
94 * Attach us to the rtc function pointers.
H A Ddrbbc.c48 #include <amiga/dev/rtc.h>
/netbsd-current/sys/arch/evbmips/sbmips/
H A Drtc.c1 /* $NetBSD: rtc.c,v 1.2 2017/07/24 09:56:45 mrg Exp $ */
39 __KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.2 2017/07/24 09:56:45 mrg Exp $");
308 #define RTC_SECONDS(rtc) bcdtobin(READRTC((rtc), X1241REG_SC))
324 printf("rtc_cal_timer before rtc attached\n");
/netbsd-current/sys/arch/sbmips/sbmips/
H A Drtc.c1 /* $NetBSD: rtc.c,v 1.21 2016/07/21 17:02:15 christos Exp $ */
39 __KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.21 2016/07/21 17:02:15 christos Exp $");
308 #define RTC_SECONDS(rtc) bcdtobin(READRTC((rtc), X1241REG_SC))
324 printf("rtc_cal_timer before rtc attached\n");
/netbsd-current/sys/arch/evbppc/walnut/dev/
H A Dds1743.c48 #include <machine/rtc.h>
130 * Attach the rtc device
/netbsd-current/sys/arch/x86/isa/
H A Drtc.c1 /* $NetBSD: rtc.c,v 1.2 2022/12/30 21:40:20 jakllsch Exp $ */
124 __KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.2 2022/12/30 21:40:20 jakllsch Exp $");
139 #include <x86/rtc.h>
/netbsd-current/sys/arch/hp300/dev/
H A Drtc.c1 /* $NetBSD: rtc.c,v 1.23 2023/12/20 00:40:43 thorpej Exp $ */
46 __KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.23 2023/12/20 00:40:43 thorpej Exp $");
67 CFATTACH_DECL_NEW(rtc, sizeof(struct rtc_softc),
85 if (strcmp("rtc", ia->ia_modname) != 0)
131 /* read rtc registers */
190 /* write rtc registers */
/netbsd-current/sys/arch/sh3/dev/
H A Drtc.c1 /* $NetBSD: rtc.c,v 1.11 2023/12/20 15:34:45 thorpej Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.11 2023/12/20 15:34:45 thorpej Exp $");
63 CFATTACH_DECL_NEW(rtc, sizeof(struct rtc_softc),

Completed in 399 milliseconds

123