Searched refs:opp_table (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_pwmss.c | 107 phandle_t node, opp_table; in am335x_pwmss_attach() local 113 opp_table = OF_finddevice("/opp-table"); in am335x_pwmss_attach() 114 if (opp_table == -1) { in am335x_pwmss_attach() 118 if (!OF_hasprop(opp_table, "syscon")) { in am335x_pwmss_attach() 122 if (syscon_get_by_ofw_property(dev, opp_table, "syscon", &sc->syscon) != 0) { in am335x_pwmss_attach()
|
| H A D | am335x_scm.c | 119 phandle_t opp_table; in am335x_scm_attach() local 125 opp_table = OF_finddevice("/opp-table"); in am335x_scm_attach() 126 if (opp_table == -1) { in am335x_scm_attach() 130 if (!OF_hasprop(opp_table, "syscon")) { in am335x_scm_attach() 134 err = syscon_get_by_ofw_property(dev, opp_table, "syscon", &sc->syscon); in am335x_scm_attach()
|
| H A D | am335x_musb.c | 250 phandle_t opp_table; in musbotg_attach() local 271 opp_table = OF_finddevice("/opp-table"); in musbotg_attach() 272 if (opp_table == -1) { in musbotg_attach() 276 if (!OF_hasprop(opp_table, "syscon")) { in musbotg_attach() 280 err = syscon_get_by_ofw_property(dev, opp_table, "syscon", &sc->syscon); in musbotg_attach()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/ |
| H A D | imx-cpufreq-dt.txt | 23 opp_table {
|
| H A D | cpufreq-st.txt | 51 cpu0_opp_table: opp_table {
|
| H A D | cpufreq-mediatek.txt | 29 cpu_opp_table: opp_table {
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | da850.dtsi | 28 operating-points-v2 = <&opp_table>; 32 opp_table: opp-table { label
|
| H A D | exynos4210.dtsi | 466 gpu_opp_table: opp_table {
|
| H A D | exynos4412.dtsi | 735 gpu_opp_table: opp_table {
|
| H A D | rv1108.dtsi | 43 cpu_opp_table: opp_table {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/opp/ |
| H A D | opp.txt | 290 cpu_opp_table: opp_table { 495 opp_table {
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 1008 phandle_t opp_table; in cpswp_attach() local 1055 opp_table = OF_finddevice("/opp-table"); in cpswp_attach() 1056 if (opp_table == -1) { in cpswp_attach() 1061 if (!OF_hasprop(opp_table, "syscon")) { in cpswp_attach() 1066 if (syscon_get_by_ofw_property(dev, opp_table, "syscon", &syscon) != 0) { in cpswp_attach()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433.dtsi | 1090 gpu_opp_table: opp_table {
|