Home
last modified time | relevance | path

Searched refs:todr_chip_handle_t (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/sys/arch/sparc64/dev/
Dprtc.c36 extern todr_chip_handle_t todr_handle;
55 int prtc_gettime(todr_chip_handle_t, struct timeval *);
56 int prtc_settime(todr_chip_handle_t, struct timeval *);
58 int prtc_opl_gettime(todr_chip_handle_t, struct timeval *);
59 int prtc_opl_settime(todr_chip_handle_t, struct timeval *);
76 todr_chip_handle_t handle = &sc->sc_todr_chip; in prtc_attach()
104 prtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in prtc_gettime()
118 prtc_settime(todr_chip_handle_t handle, struct timeval *tv) in prtc_settime()
124 prtc_opl_gettime(todr_chip_handle_t handle, struct timeval *tv) in prtc_opl_gettime()
148 prtc_opl_settime(todr_chip_handle_t handle, struct timeval *tv) in prtc_opl_settime()
Dvrtc.c30 extern todr_chip_handle_t todr_handle;
43 int vrtc_gettime(todr_chip_handle_t, struct timeval *);
44 int vrtc_settime(todr_chip_handle_t, struct timeval *);
60 todr_chip_handle_t handle; in vrtc_attach()
78 vrtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in vrtc_gettime()
91 vrtc_settime(todr_chip_handle_t handle, struct timeval *tv) in vrtc_settime()
Drtc.c93 extern todr_chip_handle_t todr_handle;
118 int rtc_gettime(todr_chip_handle_t, struct timeval *);
119 int rtc_settime(todr_chip_handle_t, struct timeval *);
120 int rtc_bq4802_gettime(todr_chip_handle_t, struct timeval *);
121 int rtc_bq4802_settime(todr_chip_handle_t, struct timeval *);
138 todr_chip_handle_t handle; in rtc_attach()
246 rtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in rtc_gettime()
292 rtc_settime(todr_chip_handle_t handle, struct timeval *tv) in rtc_settime()
329 rtc_bq4802_gettime(todr_chip_handle_t handle, struct timeval *tv) in rtc_bq4802_gettime()
372 rtc_bq4802_settime(todr_chip_handle_t handle, struct timeval *tv) in rtc_bq4802_settime()
Dsbbc.c44 extern todr_chip_handle_t todr_handle;
158 int sbbc_tod_gettime(todr_chip_handle_t, struct timeval *);
159 int sbbc_tod_settime(todr_chip_handle_t, struct timeval *);
319 todr_chip_handle_t handle; in sbbc_attach_tod()
340 sbbc_tod_gettime(todr_chip_handle_t handle, struct timeval *tv) in sbbc_tod_gettime()
350 sbbc_tod_settime(todr_chip_handle_t handle, struct timeval *tv) in sbbc_tod_settime()
Dvbus.c30 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/dev/ic/
Dmk48txx.c55 int mk48txx_gettime(todr_chip_handle_t, struct timeval *);
56 int mk48txx_settime(todr_chip_handle_t, struct timeval *);
73 todr_chip_handle_t
77 todr_chip_handle_t handle; in mk48txx_attach()
125 mk48txx_gettime(todr_chip_handle_t handle, struct timeval *tv) in mk48txx_gettime()
178 mk48txx_settime(todr_chip_handle_t handle, struct timeval *tv) in mk48txx_settime()
218 mk48txx_get_nvram_size(todr_chip_handle_t handle, bus_size_t *vp) in mk48txx_get_nvram_size()
Dmk48txxreg.h85 todr_chip_handle_t mk48txx_attach(bus_space_tag_t, bus_space_handle_t,
89 int mk48txx_get_nvram_size(todr_chip_handle_t, bus_size_t *);
/openbsd/src/sys/dev/fdt/
Dexrtc.c64 int exrtc_gettime(todr_chip_handle_t, struct timeval *);
65 int exrtc_settime(todr_chip_handle_t, struct timeval *);
97 exrtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in exrtc_gettime()
129 exrtc_settime(todr_chip_handle_t handle, struct timeval *tv) in exrtc_settime()
Dplrtc.c63 plrtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in plrtc_gettime()
77 plrtc_settime(todr_chip_handle_t handle, struct timeval *tv) in plrtc_settime()
99 todr_chip_handle_t handle; in plrtc_attach()
Dsxirtc.c77 int sxirtc_gettime(todr_chip_handle_t, struct timeval *);
78 int sxirtc_settime(todr_chip_handle_t, struct timeval *);
99 todr_chip_handle_t handle; in sxirtc_attach()
212 sxirtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in sxirtc_gettime()
253 sxirtc_settime(todr_chip_handle_t handle, struct timeval *tv) in sxirtc_settime()
Dgfrtc.c62 gfrtc_gettime(todr_chip_handle_t handle, struct timeval *tv) in gfrtc_gettime()
76 gfrtc_settime(todr_chip_handle_t handle, struct timeval *tv) in gfrtc_settime()
/openbsd/src/sys/dev/
Dclock_subr.h53 typedef struct todr_chip_handle *todr_chip_handle_t; typedef
/openbsd/src/sys/arch/luna88k/luna88k/
Dclock.c67 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/arch/hppa/dev/
Dclock.c71 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/arch/alpha/alpha/
Dclock.c76 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/arch/macppc/macppc/
Dclock.c91 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/arch/armv7/marvell/
Dmvortc.c31 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/arch/sparc64/sparc64/
Dopenprom.c61 extern todr_chip_handle_t todr_handle;
Dclock.c205 extern todr_chip_handle_t todr_handle;
Dautoconf.c1111 extern todr_chip_handle_t todr_handle; in mainbus_attach()
/openbsd/src/sys/arch/mips64/mips64/
Dmips64_machdep.c226 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/arch/sh/sh/
Dclock.c223 extern todr_chip_handle_t todr_handle;
/openbsd/src/sys/kern/
Dkern_time.c902 todr_chip_handle_t todr_handle;