Searched refs:pm_cfg (Results 1 – 2 of 2) sorted by relevance
515 info = &pm_cfg->cfg.gpio.info[gpio]; in plat_marvell_power_off_gpio()532 mdelay(pm_cfg->cfg.gpio.delay_ms); in plat_marvell_power_off_gpio()537 for (idx = 0; idx < pm_cfg->cfg.gpio.step_count; idx++) { in plat_marvell_power_off_gpio()538 tog_bits = pm_cfg->cfg.gpio.seq[idx]; in plat_marvell_power_off_gpio()543 info = &pm_cfg->cfg.gpio.info[0]; in plat_marvell_power_off_gpio()549 shift = pm_cfg->cfg.gpio.info[gpio].gpio_index % 32; in plat_marvell_power_off_gpio()559 if (idx < pm_cfg->cfg.gpio.step_count - 1) { in plat_marvell_power_off_gpio()562 mdelay(pm_cfg->cfg.gpio.delay_ms); in plat_marvell_power_off_gpio()579 switch (pm_cfg->type) { in plat_marvell_power_off_prepare()581 plat_marvell_power_off_gpio(pm_cfg, addr, data); in plat_marvell_power_off_prepare()[all …]
166 struct power_off_method pm_cfg = { variable178 return &pm_cfg; in plat_marvell_get_pm_cfg()
Completed in 4 milliseconds