/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_sam4l_pm.c | 54 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/ |
D | soc.c | 229 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/ |
D | samd20.dtsi | 22 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 …]
|
D | samd21.dtsi | 42 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/ |
D | Kconfig | 4 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/ |
D | index.rst | 6 System PM APIs 26 Device PM APIs 33 Device Runtime PM APIs
|
/Zephyr-latest/boards/ite/it8xxx2_evb/ |
D | Kconfig.defconfig | 6 if PM 15 endif # PM
|
/Zephyr-latest/soc/st/stm32/stm32g4x/ |
D | Kconfig.defconfig | 10 if PM 16 endif # PM
|
/Zephyr-latest/soc/silabs/silabs_s2/efr32mg24/ |
D | Kconfig.defconfig | 10 config PM config 16 depends on PM
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig.defconfig | 40 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/ |
D | Kconfig.defconfig | 17 if PM 28 endif # PM
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 10 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/ |
D | Kconfig.defconfig | 24 select PM 29 select PM
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | Kconfig.defconfig | 30 default y if PM 33 default y if PM || POWEROFF
|
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/ |
D | Kconfig.defconfig | 24 select PM 29 select PM
|
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/ |
D | README.rst | 13 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/ |
D | Kconfig.pm | 7 if PM
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | Kconfig.defconfig | 7 default y if PM && !$(dt_nodelabel_enabled,timer2) 39 config PM config
|
/Zephyr-latest/tests/subsys/pm/device_runtime_api/ |
D | Kconfig | 8 bool "Use ISR safe PM for the test"
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/ |
D | Kconfig.defconfig | 40 if PM || PM_DEVICE || PM_DEVICE_RUNTIME 52 endif # PM || PM_DEVICE
|
/Zephyr-latest/tests/subsys/pm/power_states_api/ |
D | Kconfig | 9 bool "Provide PM hooks for test purposes"
|
/Zephyr-latest/tests/subsys/pm/device_wakeup_api/ |
D | Kconfig | 9 bool "Provide PM hooks for test purposes"
|
/Zephyr-latest/tests/subsys/pm/policy_api/ |
D | Kconfig | 9 bool "Provide PM hooks for test purposes"
|
/Zephyr-latest/tests/subsys/pm/power_mgmt/ |
D | Kconfig | 9 bool "Provide PM hooks for test purposes"
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_multicore/ |
D | Kconfig | 9 bool "Provide PM hooks for test purposes"
|