Home
last modified time | relevance | path

Searched refs:standby (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/drivers/st/ddr/
H A Dstm32mp2_ddr_helpers.c251 static int sr_ssr_entry(bool standby) in sr_ssr_entry() argument
261 if (standby) { in sr_ssr_entry()
284 if (standby) { in sr_ssr_entry()
391 int ddr_sr_entry(bool standby) in ddr_sr_entry() argument
397 ret = sr_ssr_entry(standby); in ddr_sr_entry()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32mp2_ddr_helpers.h25 int ddr_sr_entry(bool standby);
/rk3399_ARM-atf/docs/design_documents/
H A Dpsci_osi_mode.rst229 * A value of 0 indicates a standby or retention state.
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3047 Perform the platform-specific actions to enter the standby state for a cpu
3048 indicated by the passed argument. This provides a fast path for CPU standby
H A Dchange-log.md1115 …- do not modify higher levels for standby in OSI mode ([b34be5d](https://review.trustedfirmware.or…
12417 - PSCI stat accounting performed for retention/standby states when requested
12890 - PSCI `CPU_SUSPEND` calls that target a standby state are now supported.
13088 - Added standby state support to PSCI cpu_suspend implementation.
13197 - Entry into standby states is not supported.