OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_step1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
axp809.c
54
u_int
c_step1
;
member in struct:axp809_ctrl
68
.
c_step1
= (step), .c_step1cnt = (((max) - (min)) / (step)) + 1, \
75
.
c_step1
= (step1), .c_step1cnt = (step1cnt), \
222
vol += c->
c_step1
;
266
*pvol = c->c_min + reg_val * c->
c_step1
;
268
*pvol = c->c_min + (c->c_step1cnt * c->
c_step1
) +
axppmic.c
121
u_int
c_step1
;
member in struct:axppmic_ctrl
138
.
c_step1
= (step), .c_step1cnt = (((max) - (min)) / (step)) + 1, \
146
.
c_step1
= (step1), .c_step1cnt = (step1cnt), \
154
.
c_step1
= (step1), .c_step1cnt = (step1cnt), \
163
.
c_step1
= (step), .c_step1cnt = (((max) - (min)) / (step)) + 1, \
612
vol += c->
c_step1
;
654
*pvol = c->c_min + reg_val * c->
c_step1
;
659
*pvol = c->c_min + (c->c_step1cnt * c->
c_step1
) +
Completed in 30 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025