Searched refs:sram_pool_code (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/memory/ |
H A D | ti-emif-pm.c | 32 struct gen_pool *sram_pool_code; member 56 gen_pool_free(emif_data->sram_pool_code, emif_data->ti_emif_sram_virt, in ti_emif_free_sram() 69 emif_data->sram_pool_code = of_gen_pool_get(np, "sram", 0); in ti_emif_alloc_sram() 70 if (!emif_data->sram_pool_code) { in ti_emif_alloc_sram() 76 gen_pool_alloc(emif_data->sram_pool_code, in ti_emif_alloc_sram() 85 gen_pool_virt_to_phys(emif_data->sram_pool_code, in ti_emif_alloc_sram() 144 gen_pool_free(emif_data->sram_pool_code, emif_data->ti_emif_sram_virt, in ti_emif_alloc_sram() 154 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram() 164 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
|