Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_pwmss.c107 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 Dam335x_scm.c119 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 Dam335x_musb.c250 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 Dimx-cpufreq-dt.txt23 opp_table {
H A Dcpufreq-st.txt51 cpu0_opp_table: opp_table {
H A Dcpufreq-mediatek.txt29 cpu_opp_table: opp_table {
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dda850.dtsi28 operating-points-v2 = <&opp_table>;
32 opp_table: opp-table { label
H A Dexynos4210.dtsi466 gpu_opp_table: opp_table {
H A Dexynos4412.dtsi735 gpu_opp_table: opp_table {
H A Drv1108.dtsi43 cpu_opp_table: opp_table {
/f-stack/freebsd/contrib/device-tree/Bindings/opp/
H A Dopp.txt290 cpu_opp_table: opp_table {
495 opp_table {
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c1008 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 Dexynos5433.dtsi1090 gpu_opp_table: opp_table {