Home
last modified time | relevance | path

Searched defs:clockreg (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/mipsco/obio/
H A Dclockreg.h50 struct clockreg { struct
51 volatile u_char cl_csr; /* control register */
52 volatile u_char cl_sec; /* seconds (0..59; BCD) */
53 volatile u_char cl_min; /* minutes (0..59; BCD) */
54 volatile u_char cl_hour; /* hour (0..23; BCD) */
55 volatile u_char cl_wday; /* weekday (1..7) */
56 volatile u_char cl_mday; /* day in month (1..31; BCD) */
57 volatile u_char cl_month; /* month (1..12; BCD) */
58 volatile u_char cl_year; /* year (0..99; BCD) */
/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Dclockreg.h46 struct clockreg { struct
47 volatile u_char cl_csr; /* control register */
48 volatile u_char cl_sec; /* seconds (0..59; BCD) */
49 volatile u_char cl_min; /* minutes (0..59; BCD) */
50 volatile u_char cl_hour; /* hour (0..23; BCD) */
51 volatile u_char cl_wday; /* weekday (1..7) */
52 volatile u_char cl_mday; /* day in month (1..31; BCD) */
53 volatile u_char cl_month; /* month (1..12; BCD) */
54 volatile u_char cl_year; /* year (0..99; BCD) */
H A Dclock.c97 static struct clockreg *clockreg = (struct clockreg *)CLOCK_ADDR; variable
/netbsd-src/sys/dev/pci/
H A Dmachfb.c1377 uint32_t q, clockreg; in mach64_set_pll() local