HomeSort by: relevance | last modified time | path
    Searched defs:opp_table (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/fdt/
cpufreq_dt.c 361 cpufreq_dt_lookup_opp_info(const int opp_table)
374 match = of_compatible_match(opp_table, compat_data);
385 cpufreq_dt_opp_v2_supported(const int opp_table, const int opp_node)
393 cpufreq_dt_node_supported(const struct fdt_opp_info *opp_info, const int opp_table, const int opp_node)
401 return opp_info->opp_supported(opp_table, opp_node);
416 const int opp_table = fdtbus_get_phandle(phandle, "operating-points-v2"); local in function:cpufreq_dt_parse_opp_v2
417 if (opp_table < 0)
421 if (of_hasprop(opp_table, "opp-shared")) {
423 if (table->phandle == opp_table)
425 sc->sc_table.phandle = opp_table;
    [all...]
cpufreq_dt.c 361 cpufreq_dt_lookup_opp_info(const int opp_table)
374 match = of_compatible_match(opp_table, compat_data);
385 cpufreq_dt_opp_v2_supported(const int opp_table, const int opp_node)
393 cpufreq_dt_node_supported(const struct fdt_opp_info *opp_info, const int opp_table, const int opp_node)
401 return opp_info->opp_supported(opp_table, opp_node);
416 const int opp_table = fdtbus_get_phandle(phandle, "operating-points-v2"); local in function:cpufreq_dt_parse_opp_v2
417 if (opp_table < 0)
421 if (of_hasprop(opp_table, "opp-shared")) {
423 if (table->phandle == opp_table)
425 sc->sc_table.phandle = opp_table;
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
da850.dtsi 28 operating-points-v2 = <&opp_table>;
32 opp_table: opp-table { label
da850.dtsi 28 operating-points-v2 = <&opp_table>;
32 opp_table: opp-table { label

Completed in 56 milliseconds