Home
last modified time | relevance | path

Searched refs:rtc (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/src/usr.sbin/vmd/
Dmc146818.c60 struct mc146818 rtc; variable
95 rtc.regs[MC_REGD] &= ~MC_REGD_VRT; in rtc_updateregs()
96 gnow = gmtime(&rtc.now); in rtc_updateregs()
98 rtc.regs[MC_SEC] = TOBCD(gnow->tm_sec); in rtc_updateregs()
99 rtc.regs[MC_MIN] = TOBCD(gnow->tm_min); in rtc_updateregs()
100 rtc.regs[MC_HOUR] = TOBCD(gnow->tm_hour); in rtc_updateregs()
101 rtc.regs[MC_DOW] = TOBCD(gnow->tm_wday + 1); in rtc_updateregs()
102 rtc.regs[MC_DOM] = TOBCD(gnow->tm_mday); in rtc_updateregs()
103 rtc.regs[MC_MONTH] = TOBCD(gnow->tm_mon + 1); in rtc_updateregs()
104 rtc.regs[MC_YEAR] = TOBCD((gnow->tm_year + 1900) % 100); in rtc_updateregs()
[all …]
/openbsd/src/sys/arch/sh/sh/
Dclock.c70 struct rtc_ops rtc; member
82 .rtc = {
112 sh_clock_init(int flags, struct rtc_ops *rtc) in sh_clock_init() argument
117 if (rtc != NULL) in sh_clock_init()
118 sh_clock.rtc = *rtc; /* structure copy */ in sh_clock_init()
231 sh_clock.rtc.get(sh_clock.rtc._cookie, tv->tv_sec, &dt); in rtc_gettime()
243 sh_clock.rtc.set(sh_clock.rtc._cookie, &dt); in rtc_settime()
317 if (sh_clock.rtc.init != NULL) in cpu_startclock()
318 sh_clock.rtc.init(sh_clock.rtc._cookie); in cpu_startclock()
/openbsd/src/gnu/llvm/llvm/docs/
DTransformMetadata.rst148 if (rtc) {
155 where ``rtc`` is a generated runtime check.
309 if (rtc) {
324 where ``rtc`` is a generated runtime check.
364 if (rtc) {
373 The runtime condition (``rtc``) checks that the array ``A`` and the
/openbsd/src/sys/arch/sparc64/conf/
Dfiles.sparc64236 device rtc
237 attach rtc at ebus
238 file arch/sparc64/dev/rtc.c rtc
420 # Virtual rtc
DRAMDISK113 rtc* at ebus? # DS1287/M5819 clock
DGENERIC338 rtc* at ebus?
/openbsd/src/gnu/gcc/gcc/config/m68hc11/
Dm68hc11.opt58 Use call and rtc for function calls and returns
Dlarith.asm56 rtc
1199 ;; using rtc to return and being called with jsr/bsr.
1219 jmp 0,y ; We have a 'call/rtc' stack layout now
Dm68hc11.md6767 return \"rtc\";
6802 return \"rtc\";
6824 return \"rtc\";
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/
Dlarith.asm56 rtc
1199 ;; using rtc to return and being called with jsr/bsr.
1219 jmp 0,y ; We have a 'call/rtc' stack layout now
Dm68hc11.md6781 return \"rtc\";
6816 return \"rtc\";
6838 return \"rtc\";
/openbsd/src/sys/dev/ic/
Dmfireg.h622 uint32_t rtc; member
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m68hc11.texi315 uses a @samp{call/rtc} calling convention as opposed to @samp{jsr/rts}.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-m68hc11.texi315 uses a @samp{call/rtc} calling convention as opposed to @samp{jsr/rts}.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dextend.texi2526 On 68HC12 the compiler will use the @code{call} and @code{rtc} instructions
2534 the @code{rtc}.
Dinvoke.texi5650 call a function and the @code{rtc} instruction for returning.
/openbsd/src/gnu/gcc/gcc/doc/
Dextend.texi1847 On 68HC12 the compiler will use the @code{call} and @code{rtc} instructions
1855 the @code{rtc}.
Dgcc.info10191 a function and the `rtc' instruction for returning.
15662 On 68HC12 the compiler will use the `call' and `rtc' instructions
15670 simulates the `rtc'.
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog15972 ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
15997 * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
/openbsd/src/gnu/gcc/libcpp/po/
Dda.po8033 #~ msgid "Use call and rtc for function calls and returns"
8034 #~ msgstr "Benyt call og rtc til funktionskald og returneringer"
Drw.po9733 #~ msgid "Use call and rtc for function calls and returns"
/openbsd/src/gnu/usr.bin/gcc/gcc/po/
Dca.po11146 msgid "Use call and rtc for function calls and returns"
11147 msgstr "Usar call i rtc per a cridades i devolucions de funci�"
Dda.po11267 msgid "Use call and rtc for function calls and returns"
11268 msgstr "Benyt call og rtc til funktionskald og returneringer"
Dtr.po11350 msgid "Use call and rtc for function calls and returns"
11351 msgstr "İşlev çağrıları ve dönüşleri için call ve rtc kullanılır"
Dgcc.pot11202 msgid "Use call and rtc for function calls and returns"

12