Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/pmic/
H A Dfan53555.c442 int type, susp_sel, rv; in fan53555_attach() local
449 rv = OF_getencprop(node, "fcs,suspend-voltage-selector", &susp_sel, in fan53555_attach()
450 sizeof(susp_sel)); in fan53555_attach()
452 susp_sel = 1; in fan53555_attach()
458 if (susp_sel == 1) { in fan53555_attach()
467 if (susp_sel == 1) { in fan53555_attach()