OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chiptime
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/luna68k/dev/
timekeeper.c
122
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:mkclock_get
126
chiptime
[MK_CSR] |= MK_CSR_READ; /* enable read (stop time) */
127
dt->dt_sec = bcdtobin(
chiptime
[MK_SEC]);
128
dt->dt_min = bcdtobin(
chiptime
[MK_MIN]);
129
dt->dt_hour = bcdtobin(
chiptime
[MK_HOUR]);
130
dt->dt_wday = bcdtobin(
chiptime
[MK_DOW]);
131
dt->dt_day = bcdtobin(
chiptime
[MK_DOM]);
132
dt->dt_mon = bcdtobin(
chiptime
[MK_MONTH]);
133
dt->dt_year = bcdtobin(
chiptime
[MK_YEAR]) + YEAR0;
134
chiptime
[MK_CSR] &= ~MK_CSR_READ; /* time wears on *
146
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:mkclock_set
169
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_init
195
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_get
220
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_set
[
all
...]
timekeeper.c
122
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:mkclock_get
126
chiptime
[MK_CSR] |= MK_CSR_READ; /* enable read (stop time) */
127
dt->dt_sec = bcdtobin(
chiptime
[MK_SEC]);
128
dt->dt_min = bcdtobin(
chiptime
[MK_MIN]);
129
dt->dt_hour = bcdtobin(
chiptime
[MK_HOUR]);
130
dt->dt_wday = bcdtobin(
chiptime
[MK_DOW]);
131
dt->dt_day = bcdtobin(
chiptime
[MK_DOM]);
132
dt->dt_mon = bcdtobin(
chiptime
[MK_MONTH]);
133
dt->dt_year = bcdtobin(
chiptime
[MK_YEAR]) + YEAR0;
134
chiptime
[MK_CSR] &= ~MK_CSR_READ; /* time wears on *
146
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:mkclock_set
169
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_init
195
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_get
220
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_set
[
all
...]
timekeeper.c
122
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:mkclock_get
126
chiptime
[MK_CSR] |= MK_CSR_READ; /* enable read (stop time) */
127
dt->dt_sec = bcdtobin(
chiptime
[MK_SEC]);
128
dt->dt_min = bcdtobin(
chiptime
[MK_MIN]);
129
dt->dt_hour = bcdtobin(
chiptime
[MK_HOUR]);
130
dt->dt_wday = bcdtobin(
chiptime
[MK_DOW]);
131
dt->dt_day = bcdtobin(
chiptime
[MK_DOM]);
132
dt->dt_mon = bcdtobin(
chiptime
[MK_MONTH]);
133
dt->dt_year = bcdtobin(
chiptime
[MK_YEAR]) + YEAR0;
134
chiptime
[MK_CSR] &= ~MK_CSR_READ; /* time wears on *
146
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:mkclock_set
169
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_init
195
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_get
220
volatile uint8_t *
chiptime
= (void *)sc->sc_clock;
local in function:dsclock_set
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025