Home
last modified time | relevance | path

Searched refs:max_uamp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/regulator/
H A Dregulator.c426 CTLFLAG_RD, &regnode->std_param.max_uamp, 0, in regnode_create()
1167 rv = OF_getencprop(node, "regulator-max-microamp", &par->max_uamp, in regulator_parse_ofw_stdparam()
1168 sizeof(par->max_uamp)); in regulator_parse_ofw_stdparam()
1170 par->max_uamp = 0; in regulator_parse_ofw_stdparam()
H A Dregulator.h54 int max_uamp; /* In uA */ member