Lines Matching refs:pm_sram
35 (unsigned long)pm_sram->do_wfi)
57 static struct am33xx_pm_sram_addr *pm_sram; variable
103 pm_sram->do_wfi, in am33xx_push_sram_idle()
104 *pm_sram->do_wfi_sz); in am33xx_push_sram_idle()
113 sram_suspend_address((unsigned long)pm_sram->emif_sram_table); in am33xx_push_sram_idle()
122 sram_suspend_address((unsigned long)pm_sram->ro_sram_data); in am33xx_push_sram_idle()
370 *pm_sram->resume_offset + 0x4; in am33xx_pm_set_ipc_ops()
377 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz); in am33xx_pm_free_sram()
416 ocmcram_location = gen_pool_alloc(sram_pool, *pm_sram->do_wfi_sz); in am33xx_pm_alloc_sram()
428 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz); in am33xx_pm_alloc_sram()
476 val = pm_sram->resume_address; in am33xx_pm_rtc_setup()
515 pm_sram = pm_ops->get_sram_addrs(); in am33xx_pm_probe()
516 if (!pm_sram) { in am33xx_pm_probe()