OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msm6242b_read
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
msm6242b.c
56
static uint8_t
msm6242b_read
(struct msm6242b_softc *, uint8_t);
96
dt->dt_sec =
msm6242b_read
(sc, MSM6242B_10SECOND) * 10 +
97
msm6242b_read
(sc, MSM6242B_1SECOND);
98
dt->dt_min =
msm6242b_read
(sc, MSM6242B_10MINUTE) * 10 +
99
msm6242b_read
(sc, MSM6242B_1MINUTE);
100
dt->dt_hour = (
msm6242b_read
(sc, MSM6242B_10HOUR_PMAM) &
101
MSM6242B_10HOUR_MASK) * 10 +
msm6242b_read
(sc, MSM6242B_1HOUR);
102
dt->dt_day =
msm6242b_read
(sc, MSM6242B_10DAY) * 10 +
103
msm6242b_read
(sc, MSM6242B_1DAY);
104
dt->dt_mon =
msm6242b_read
(sc, MSM6242B_10MONTH) * 10
179
msm6242b_read
(struct msm6242b_softc *sc, uint8_t reg)
function in typeref:typename:uint8_t
[
all
...]
msm6242b.c
56
static uint8_t
msm6242b_read
(struct msm6242b_softc *, uint8_t);
96
dt->dt_sec =
msm6242b_read
(sc, MSM6242B_10SECOND) * 10 +
97
msm6242b_read
(sc, MSM6242B_1SECOND);
98
dt->dt_min =
msm6242b_read
(sc, MSM6242B_10MINUTE) * 10 +
99
msm6242b_read
(sc, MSM6242B_1MINUTE);
100
dt->dt_hour = (
msm6242b_read
(sc, MSM6242B_10HOUR_PMAM) &
101
MSM6242B_10HOUR_MASK) * 10 +
msm6242b_read
(sc, MSM6242B_1HOUR);
102
dt->dt_day =
msm6242b_read
(sc, MSM6242B_10DAY) * 10 +
103
msm6242b_read
(sc, MSM6242B_1DAY);
104
dt->dt_mon =
msm6242b_read
(sc, MSM6242B_10MONTH) * 10
179
msm6242b_read
(struct msm6242b_softc *sc, uint8_t reg)
function in typeref:typename:uint8_t
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025