Searched refs:suspend_sleepconfig (Results 1 – 1 of 1) sorted by relevance
114 uint32_t suspend_sleepconfig[5] = DT_PROP_OR(NODE_ID, deep_sleep_config, {}); in nxp_rw6xx_power_init() local116 slp_cfg.pm2MemPuCfg = suspend_sleepconfig[0]; in nxp_rw6xx_power_init()117 slp_cfg.pm2AnaPuCfg = suspend_sleepconfig[1]; in nxp_rw6xx_power_init()118 slp_cfg.clkGate = suspend_sleepconfig[2]; in nxp_rw6xx_power_init()119 slp_cfg.memPdCfg = suspend_sleepconfig[3]; in nxp_rw6xx_power_init()120 slp_cfg.pm3BuckCfg = suspend_sleepconfig[4]; in nxp_rw6xx_power_init()