Searched refs:opp_table (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/cpufreq/ |
H A D | cpufreq_dt.c | 385 phandle_t opp, opp_table, opp_xref; in cpufreq_dt_oppv2_parse() local 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() 404 if (!OF_hasprop(opp_table, "opp-shared")) { in cpufreq_dt_oppv2_parse() 409 for (opp = OF_child(opp_table); opp > 0; opp = OF_peer(opp)) in cpufreq_dt_oppv2_parse() 414 for (i = 0, opp_table = OF_child(opp_table); opp_table > 0; in cpufreq_dt_oppv2_parse() 415 opp_table = OF_peer(opp_table), i++) { in cpufreq_dt_oppv2_parse() 417 if (OF_getencprop(opp_table, "opp-hz", cell, in cpufreq_dt_oppv2_parse() 425 if (OF_getencprop(opp_table, "clock-latency", &lat, in cpufreq_dt_oppv2_parse() 431 if (OF_hasprop(opp_table, "turbo-mode")) in cpufreq_dt_oppv2_parse() [all …]
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pwmss.c | 104 phandle_t node, opp_table; in am335x_pwmss_attach() local 110 opp_table = OF_finddevice("/opp-table"); in am335x_pwmss_attach() 111 if (opp_table == -1) { in am335x_pwmss_attach() 115 if (!OF_hasprop(opp_table, "syscon")) { in am335x_pwmss_attach() 119 if (syscon_get_by_ofw_property(dev, opp_table, "syscon", &sc->syscon) != 0) { in am335x_pwmss_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | imx-cpufreq-dt.txt | 23 opp_table {
|
H A D | cpufreq-st.txt | 49 cpu0_opp_table: opp_table {
|
H A D | cpufreq-mediatek.txt | 36 cpu_opp_table: opp_table {
|
/freebsd/sys/dts/arm64/overlays/ |
H A D | sun50i-h5-opp.dtso | 11 cpu_opp_table: opp_table {
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra20-emc.txt | 32 opp_table: opp-table { 52 operating-points-v2 = <&opp_table>;
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 1002 phandle_t opp_table; in cpswp_attach() local 1043 opp_table = OF_finddevice("/opp-table"); in cpswp_attach() 1044 if (opp_table == -1) { in cpswp_attach() 1049 if (!OF_hasprop(opp_table, "syscon")) { in cpswp_attach() 1054 if (syscon_get_by_ofw_property(dev, opp_table, "syscon", &syscon) != 0) { in cpswp_attach()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/ |
H A D | da850.dtsi | 28 operating-points-v2 = <&opp_table>; 32 opp_table: opp-table { label
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | opp.txt | 294 cpu_opp_table: opp_table { 499 opp_table {
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8939.dtsi | 1428 operating-points-v2 = <&opp_table>; 1432 opp_table: opp-table { 1422 opp_table: opp-table { global() label
|