OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_voltage_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/fdt/
pwmregulator.c
67
struct voltage_duty *
sc_voltage_table
;
member in struct:pwmregulator_softc
147
sc->
sc_voltage_table
= voltage_table;
165
kmem_free(sc->
sc_voltage_table
, len);
264
if (abs(sc->
sc_voltage_table
[i].microvolt - uv) <
265
abs(sc->
sc_voltage_table
[bestidx].microvolt - uv))
268
duty = sc->
sc_voltage_table
[bestidx].duty;
309
if (abs(sc->
sc_voltage_table
[i].duty - duty) <
310
abs(sc->
sc_voltage_table
[bestidx].duty - duty))
313
uv = sc->
sc_voltage_table
[bestidx].microvolt;
pwmregulator.c
67
struct voltage_duty *
sc_voltage_table
;
member in struct:pwmregulator_softc
147
sc->
sc_voltage_table
= voltage_table;
165
kmem_free(sc->
sc_voltage_table
, len);
264
if (abs(sc->
sc_voltage_table
[i].microvolt - uv) <
265
abs(sc->
sc_voltage_table
[bestidx].microvolt - uv))
268
duty = sc->
sc_voltage_table
[bestidx].duty;
309
if (abs(sc->
sc_voltage_table
[i].duty - duty) <
310
abs(sc->
sc_voltage_table
[bestidx].duty - duty))
313
uv = sc->
sc_voltage_table
[bestidx].microvolt;
Completed in 23 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025