Searched refs:emif_data (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | ti-emif-pm.c | 40 static u32 sram_suspend_address(struct ti_emif_data *emif_data, in sram_suspend_address() argument 43 return (emif_data->ti_emif_sram_virt + in sram_suspend_address() 47 static phys_addr_t sram_resume_address(struct ti_emif_data *emif_data, in sram_resume_address() argument 50 return ((unsigned long)emif_data->ti_emif_sram_phys + in sram_resume_address() 54 static void ti_emif_free_sram(struct ti_emif_data *emif_data) in ti_emif_free_sram() argument 56 gen_pool_free(emif_data->sram_pool_code, emif_data->ti_emif_sram_virt, in ti_emif_free_sram() 58 gen_pool_free(emif_data->sram_pool_data, in ti_emif_free_sram() 59 emif_data->ti_emif_sram_data_virt, in ti_emif_free_sram() 64 struct ti_emif_data *emif_data) in ti_emif_alloc_sram() 63 ti_emif_alloc_sram(struct device *dev, struct ti_emif_data *emif_data) ti_emif_alloc_sram() argument 149 ti_emif_push_sram(struct device *dev, struct ti_emif_data *emif_data) ti_emif_push_sram() argument 183 ti_emif_configure_sr_delay(struct ti_emif_data *emif_data) ti_emif_configure_sr_delay() argument 281 struct ti_emif_data *emif_data; ti_emif_probe() local 325 struct ti_emif_data *emif_data = emif_instance; ti_emif_remove() local [all...] |
H A D | emif.c | 32 * struct emif_data - Per device static data for driver's use 56 struct emif_data { struct 72 static struct emif_data *emif1; 79 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show() 117 struct emif_data *emif = s->private; in emif_regdump_show() 138 struct emif_data *emif = s->private; in emif_mr4_show() 146 static int __init_or_module emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init() 156 static void __exit emif_debugfs_exit(struct emif_data *emif) in emif_debugfs_exit() 162 static inline int __init_or_module emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init() 167 static inline void __exit emif_debugfs_exit(struct emif_data *emi [all...] |
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | ti-emif-pm.c | 40 static u32 sram_suspend_address(struct ti_emif_data *emif_data, in sram_suspend_address() argument 43 return (emif_data->ti_emif_sram_virt + in sram_suspend_address() 47 static phys_addr_t sram_resume_address(struct ti_emif_data *emif_data, in sram_resume_address() argument 50 return ((unsigned long)emif_data->ti_emif_sram_phys + in sram_resume_address() 54 static void ti_emif_free_sram(struct ti_emif_data *emif_data) in ti_emif_free_sram() argument 56 gen_pool_free(emif_data->sram_pool_code, emif_data->ti_emif_sram_virt, in ti_emif_free_sram() 58 gen_pool_free(emif_data->sram_pool_data, in ti_emif_free_sram() 59 emif_data->ti_emif_sram_data_virt, in ti_emif_free_sram() 64 struct ti_emif_data *emif_data) in ti_emif_alloc_sram() 63 ti_emif_alloc_sram(struct device *dev, struct ti_emif_data *emif_data) ti_emif_alloc_sram() argument 149 ti_emif_push_sram(struct device *dev, struct ti_emif_data *emif_data) ti_emif_push_sram() argument 183 ti_emif_configure_sr_delay(struct ti_emif_data *emif_data) ti_emif_configure_sr_delay() argument 280 struct ti_emif_data *emif_data; ti_emif_probe() local 320 struct ti_emif_data *emif_data = emif_instance; ti_emif_remove() local [all...] |
H A D | emif.c | 32 * struct emif_data - Per device static data for driver's use 55 struct emif_data { struct 70 static struct emif_data *emif1; 76 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show() 114 struct emif_data *emif = s->private; in emif_regdump_show() 135 struct emif_data *emif = s->private; in emif_mr4_show() 143 static int __init_or_module emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init() 153 static void __exit emif_debugfs_exit(struct emif_data *emif) in emif_debugfs_exit() 159 static inline int __init_or_module emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init() 164 static inline void __exit emif_debugfs_exit(struct emif_data *emi [all...] |
Completed in 4 milliseconds