OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTC_WRITE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ic/
pl031.c
49
#define
RTC_WRITE
(sc, reg, val) \
68
RTC_WRITE
(sc, RTCLR, tv->tv_sec);
84
RTC_WRITE
(sc, RTCCR, RTCCR_START);
/src/sys/arch/arm/samsung/
exynos_rtc.c
73
#define
RTC_WRITE
(sc, reg, val) \
151
RTC_WRITE
(sc, EXYNOS5_RTC_OFFSET, tv->tv_sec);
/src/sys/arch/arm/nvidia/
tegra_rtc.c
67
#define
RTC_WRITE
(sc, reg, val) \
143
RTC_WRITE
(sc, RTC_SECONDS_REG, tv->tv_sec);
/src/sys/arch/x68k/dev/
rtclock_var.h
55
#define
RTC_WRITE
(x,v) bus_space_write_1(rtc->sc_bst, rtc->sc_bht, (x), (v))
/src/sys/arch/arm/amlogic/
meson_rtc.c
71
#define
RTC_WRITE
(sc, reg, val) \
80
RTC_WRITE
(sc, reg, RTC_READ(sc, reg) | bits);
87
RTC_WRITE
(sc, reg, RTC_READ(sc, reg) & ~bits);
282
RTC_WRITE
(sc, AO_RTC_REG4, u);
289
RTC_WRITE
(sc, AO_RTC_REG0, u);
/src/sys/arch/next68k/dev/
clockreg.h
131
#define
RTC_WRITE
0x80
/src/sys/arch/arm/sunxi/
sunxi_rtc.c
306
#define
RTC_WRITE
(sc, reg, val) \
414
RTC_WRITE
(sc, SUN6I_LOSC_CTRL_REG, reg);
419
RTC_WRITE
(sc, SUN6I_LOSC_CTRL_REG, reg);
491
RTC_WRITE
(sc, conf->yy_mm_dd_reg, yymmdd);
492
RTC_WRITE
(sc, conf->hh_mm_ss_reg, hhmmss);
555
RTC_WRITE
(sc, SUN6I_RTC_LOSC_OUT_GATING_REG, reg);
574
RTC_WRITE
(sc, SUN6I_RTC_LOSC_OUT_GATING_REG, reg);
599
RTC_WRITE
(sc, SUN6I_LOSC_CTRL_REG, reg | SUN6I_LOSC_CTRL_KEY);
Completed in 15 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025