Home
last modified time | relevance | path

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

/freebsd/sys/dev/cpufreq/
H A Dcpufreq_dt.c385 phandle_t opp, opp_table, opp_xref; in cpufreq_dt_oppv2_parse() local
394 if (OF_getencprop(node, "operating-points-v2", &opp_xref, in cpufreq_dt_oppv2_parse()
395 sizeof(opp_xref)) == -1) { in cpufreq_dt_oppv2_parse()
400 opp_table = OF_node_from_xref(opp_xref); in cpufreq_dt_oppv2_parse()
401 if (opp_table == opp_xref) in cpufreq_dt_oppv2_parse()