Home
last modified time | relevance | path

Searched refs:emif_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/memory/
H A Dti-emif-pm.c56 gen_pool_free(emif_data->sram_pool_code, emif_data->ti_emif_sram_virt, in ti_emif_free_sram()
75 emif_data->ti_emif_sram_virt = in ti_emif_alloc_sram()
84 emif_data->ti_emif_sram_phys = in ti_emif_alloc_sram()
137 emif_data->pm_data.regs_virt = in ti_emif_alloc_sram()
139 emif_data->pm_data.regs_phys = emif_data->ti_emif_sram_data_phys; 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()
166 &emif_data->pm_data, in ti_emif_push_sram()
282 emif_data = devm_kzalloc(dev, sizeof(*emif_data), GFP_KERNEL); in ti_emif_probe()
283 if (!emif_data) in ti_emif_probe()
308 emif_instance = emif_data; in ti_emif_probe()
[all …]
H A Demif.c55 struct emif_data { struct
70 static struct emif_data *emif1; argument
114 struct emif_data *emif = s->private; in emif_regdump_show()
135 struct emif_data *emif = s->private; in emif_mr4_show()
234 struct emif_data *emif; in do_freq_update()
592 struct emif_data *emif = dev_id; in emif_interrupt_handler()
627 struct emif_data *emif = dev_id; in emif_threaded_isr()
839 struct emif_data *emif) in of_get_custom_configs()
924 struct emif_data *emif = NULL; in of_get_memory_device_details()
1007 struct emif_data *emif = NULL; in get_device_details()
[all …]