Searched defs:clockreg (Results 1 – 4 of 4) sorted by relevance
50 struct clockreg { struct51 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) */
46 struct clockreg { struct47 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) */
97 static struct clockreg *clockreg = (struct clockreg *)CLOCK_ADDR; variable
1377 uint32_t q, clockreg; in mach64_set_pll() local