Searched refs:idle (Results 1 – 12 of 12) sorted by relevance
| /rk3399_ARM-atf/plat/rockchip/rk3368/drivers/pmu/ |
| H A D | pmu.c | 47 static inline int rk3368_pmu_bus_idle(uint32_t req, uint32_t idle) in rk3368_pmu_bus_idle() argument 58 idle_target = (idle << pmu_idle_ack_cluster_l); in rk3368_pmu_bus_idle() 63 idle_target = (idle << pmu_idle_ack_cluster_b); in rk3368_pmu_bus_idle() 68 idle_target = ((!idle) << pmu_idle_ack_cxcs); in rk3368_pmu_bus_idle() 73 idle_target = ((!idle) << pmu_idle_ack_cci400); in rk3368_pmu_bus_idle() 78 idle_target = (idle << pmu_idle_ack_gpu) | in rk3368_pmu_bus_idle() 79 (idle << pmu_idle_gpu); in rk3368_pmu_bus_idle() 84 idle_target = (idle << pmu_idle_ack_core) | in rk3368_pmu_bus_idle() 85 (idle << pmu_idle_core); in rk3368_pmu_bus_idle() 90 idle_target = (idle << pmu_idle_ack_bus) | in rk3368_pmu_bus_idle() [all …]
|
| /rk3399_ARM-atf/fdts/ |
| H A D | morello-fvp.dts | 32 idle-states { 36 compatible = "arm,idle-state"; 45 compatible = "arm,idle-state"; 82 cpu-idle-states = <&cpu_sleep &cluster_sleep>; 90 cpu-idle-states = <&cpu_sleep &cluster_sleep>; 98 cpu-idle-states = <&cpu_sleep &cluster_sleep>; 106 cpu-idle-states = <&cpu_sleep &cluster_sleep>;
|
| H A D | tc-base.dtsi | 106 idle-states { 110 compatible = "arm,idle-state"; 118 compatible = "arm,idle-state"; 133 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 143 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 152 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 160 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 169 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 179 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; 188 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; [all …]
|
| H A D | fvp-base-psci-common.dtsi | 46 idle-states { 50 compatible = "arm,idle-state"; 59 compatible = "arm,idle-state";
|
| H A D | morello-soc.dts | 33 idle-states { 37 compatible = "arm,idle-state"; 46 compatible = "arm,idle-state"; 73 cpu-idle-states = <&cpu_sleep &cluster_sleep>; 90 cpu-idle-states = <&cpu_sleep &cluster_sleep>; 107 cpu-idle-states = <&cpu_sleep &cluster_sleep>; 124 cpu-idle-states = <&cpu_sleep &cluster_sleep>;
|
| H A D | fvp-defs-dynamiq.dtsi | 36 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \
|
| H A D | fvp-defs.dtsi | 48 cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; \
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 423 idle-states { 425 compatible = "arm,idle-state"; 434 domain-idle-states { 436 compatible = "domain-idle-state"; 453 domain-idle-states = <&cpu_retention>; 459 domain-idle-states = <&cpu_retention>; 464 domain-idle-states = <&CLUSTER_STOP>; 553 idle-states { 557 compatible = "arm,idle-state"; 558 idle-state-name = "little-power-down"; [all …]
|
| H A D | rse.rst | 21 in idle for the incoming request, handles them, and sends a response then goes 22 back to idle.
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | cpu-specific-build-macros.rst | 1344 workaround results in increased DSU power consumption on idle. 1350 increased DSU power consumption on idle. 1356 on idle.
|
| H A D | firmware-design.rst | 14 (for example, secondary CPU boot, hotplug and idle). Normal world software can
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 2606 …- enable dtb modifications for CPU idle states to the rich OS ([188a988](https://review.trustedfir… 2773 …- register for idle callback ([a3b0a34](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr… 3814 …- add the basic support for idle & system suspned ([daa4478](https://review.trustedfirmware.org/pl… 7045 …- fdts: Fix idle-states entry method ([0e3d880](https://review.trustedfirmware.org/plugins/gitiles… 7098 …- add mmap entry for CPU idle SRAM ([32071c0](https://review.trustedfirmware.org/plugins/gitiles/T… 7466 …- provide CPU idle states to the rich OS ([e2b1877](https://review.trustedfirmware.org/plugins/git… 8089 …- add the ability to supply idle state information ([2b2b565](https://review.trustedfirmware.org/p… 9457 …- update idle flow ([9ed4e6f](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firm… 13016 CPU idle. Updated the user guide to describe how to build and run on the Juno 13026 - CPU idle now works on the publicized version of the Foundation FVP. [all …]
|