Searched refs:sram_pool_code (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/memory/ |
D | ti-emif-pm.c | 40 struct gen_pool *sram_pool_code; member 64 gen_pool_free(emif_data->sram_pool_code, emif_data->ti_emif_sram_virt, in ti_emif_free_sram() 77 emif_data->sram_pool_code = of_gen_pool_get(np, "sram", 0); in ti_emif_alloc_sram() 78 if (!emif_data->sram_pool_code) { in ti_emif_alloc_sram() 84 gen_pool_alloc(emif_data->sram_pool_code, in ti_emif_alloc_sram() 93 gen_pool_virt_to_phys(emif_data->sram_pool_code, in ti_emif_alloc_sram() 149 gen_pool_free(emif_data->sram_pool_code, emif_data->ti_emif_sram_virt, in ti_emif_alloc_sram() 159 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram() 169 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
|