Home
last modified time | relevance | path

Searched refs:PM (Results 1 – 25 of 114) sorted by relevance

12345

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_sam4l_pm.c54 mask = *(&PM->CPUMASK + bus_id); in soc_pmc_peripheral_enable()
56 PM->UNLOCK = PM_UNLOCK_KEY(0xAAu) | in soc_pmc_peripheral_enable()
57 PM_UNLOCK_ADDR(((uint32_t)&PM->CPUMASK - in soc_pmc_peripheral_enable()
58 (uint32_t)PM) + in soc_pmc_peripheral_enable()
60 *(&PM->CPUMASK + bus_id) = mask; in soc_pmc_peripheral_enable()
80 mask = *(&PM->CPUMASK + bus_id); in soc_pmc_peripheral_disable()
82 PM->UNLOCK = PM_UNLOCK_KEY(0xAAu) | in soc_pmc_peripheral_disable()
83 PM_UNLOCK_ADDR(((uint32_t)&PM->CPUMASK - in soc_pmc_peripheral_disable()
84 (uint32_t)PM) + in soc_pmc_peripheral_disable()
86 *(&PM->CPUMASK + bus_id) = mask; in soc_pmc_peripheral_disable()
[all …]
/Zephyr-latest/soc/atmel/sam/sam4l/
Dsoc.c229 PM->UNLOCK = PM_UNLOCK_KEY(0xAAu) | in clock_init()
230 PM_UNLOCK_ADDR((uint32_t)&PM->CPUSEL - (uint32_t)PM); in clock_init()
231 PM->CPUSEL = PM_CPUSEL_CPUSEL(0); in clock_init()
233 PM->UNLOCK = PM_UNLOCK_KEY(0xAAu) | in clock_init()
234 PM_UNLOCK_ADDR((uint32_t)&PM->PBASEL - (uint32_t)PM); in clock_init()
235 PM->PBASEL = PM_PBASEL_PBSEL(0); in clock_init()
237 PM->UNLOCK = PM_UNLOCK_KEY(0xAAu) | in clock_init()
238 PM_UNLOCK_ADDR((uint32_t)&PM->PBBSEL - (uint32_t)PM); in clock_init()
239 PM->PBBSEL = PM_PBBSEL_PBSEL(0); in clock_init()
241 PM->UNLOCK = PM_UNLOCK_KEY(0xAAu) | in clock_init()
[all …]
/Zephyr-latest/dts/arm/atmel/
Dsamd20.dtsi22 clock-names = "GCLK", "PM";
31 clock-names = "GCLK", "PM";
40 clock-names = "GCLK", "PM";
49 clock-names = "GCLK", "PM";
55 clock-names = "GCLK", "PM";
61 clock-names = "GCLK", "PM";
67 clock-names = "GCLK", "PM";
73 clock-names = "GCLK", "PM";
79 clock-names = "GCLK", "PM";
85 clock-names = "GCLK", "PM";
[all …]
Dsamd21.dtsi42 clock-names = "GCLK", "PM";
51 clock-names = "GCLK", "PM";
63 clock-names = "GCLK", "PM";
75 clock-names = "GCLK", "PM";
87 clock-names = "GCLK", "PM";
93 clock-names = "GCLK", "PM";
99 clock-names = "GCLK", "PM";
105 clock-names = "GCLK", "PM";
111 clock-names = "GCLK", "PM";
117 clock-names = "GCLK", "PM";
[all …]
/Zephyr-latest/subsys/pm/policy/
DKconfig4 if PM
12 bool "Default PM policy"
14 This option selects the default PM policy. Default policy is based
19 bool "Custom PM Policy"
34 endif # PM
38 depends on !PM
41 requirements on systems that do not support PM (e.g. systems whithout
/Zephyr-latest/doc/services/pm/api/
Dindex.rst6 System PM APIs
26 Device PM APIs
33 Device Runtime PM APIs
/Zephyr-latest/boards/ite/it8xxx2_evb/
DKconfig.defconfig6 if PM
15 endif # PM
/Zephyr-latest/soc/st/stm32/stm32g4x/
DKconfig.defconfig10 if PM
16 endif # PM
/Zephyr-latest/soc/silabs/silabs_s2/efr32mg24/
DKconfig.defconfig10 config PM config
16 depends on PM
/Zephyr-latest/soc/nxp/imxrt/
DKconfig.defconfig40 depends on SOC_SERIES_IMXRT11XX && PM
42 # Don't allow SOC to sleep after tests complete when PM is enabled
44 default y if (ZTEST && PM)
46 if SOC_SERIES_IMXRT10XX && PM
60 endif # SOC_SERIES_IMXRT10XX && PM
/Zephyr-latest/soc/st/stm32/stm32f4x/
DKconfig.defconfig17 if PM
28 endif # PM
/Zephyr-latest/subsys/pm/
DKconfig10 This option must be selected by SoCs that provide PM hooks, that is,
13 config PM config
24 if PM
26 module = PM
56 endif # PM
100 Enable Runtime Power Management to save power. With device runtime PM
109 On system suspend / resume do not trigger the Device PM hooks but
110 only rely on Runtime PM to manage the devices power states.
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/
DKconfig.defconfig24 select PM
29 select PM
/Zephyr-latest/boards/nxp/mimxrt595_evk/
DKconfig.defconfig30 default y if PM
33 default y if PM || POWEROFF
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/
DKconfig.defconfig24 select PM
29 select PM
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/
DREADME.rst13 SPI loopback is also available but not yet implemented for Suspend To RAM PM
21 The board should support enabling PM. For a STM32 based target, it means that
41 PM configurations
/Zephyr-latest/soc/intel/intel_ish/intel_ish5/pm/
DKconfig.pm7 if PM
/Zephyr-latest/soc/renesas/smartbond/da1469x/
DKconfig.defconfig7 default y if PM && !$(dt_nodelabel_enabled,timer2)
39 config PM config
/Zephyr-latest/tests/subsys/pm/device_runtime_api/
DKconfig8 bool "Use ISR safe PM for the test"
/Zephyr-latest/boards/renesas/da1469x_dk_pro/
DKconfig.defconfig40 if PM || PM_DEVICE || PM_DEVICE_RUNTIME
52 endif # PM || PM_DEVICE
/Zephyr-latest/tests/subsys/pm/power_states_api/
DKconfig9 bool "Provide PM hooks for test purposes"
/Zephyr-latest/tests/subsys/pm/device_wakeup_api/
DKconfig9 bool "Provide PM hooks for test purposes"
/Zephyr-latest/tests/subsys/pm/policy_api/
DKconfig9 bool "Provide PM hooks for test purposes"
/Zephyr-latest/tests/subsys/pm/power_mgmt/
DKconfig9 bool "Provide PM hooks for test purposes"
/Zephyr-latest/tests/subsys/pm/power_mgmt_multicore/
DKconfig9 bool "Provide PM hooks for test purposes"

12345