Home
last modified time | relevance | path

Searched refs:emif (Results 1 – 3 of 3) sorted by relevance

/drivers/memory/
Demif.c76 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show() argument
79 u32 type = emif->plat_data->device_info->type; in do_emif_regdump_show()
80 u32 ip_rev = emif->plat_data->ip_rev; in do_emif_regdump_show()
114 struct emif_data *emif = s->private; in emif_regdump_show() local
118 if (emif->duplicate) in emif_regdump_show()
121 regs_cache = emif->regs_cache; in emif_regdump_show()
124 do_emif_regdump_show(s, emif, regs_cache[i]); in emif_regdump_show()
135 struct emif_data *emif = s->private; in emif_mr4_show() local
137 seq_printf(s, "MR4=%d\n", emif->temperature_level); in emif_mr4_show()
143 static int __init_or_module emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init() argument
[all …]
DMakefile16 obj-$(CONFIG_TI_EMIF) += emif.o
30 obj-$(CONFIG_TI_EMIF_SRAM) += ti-emif-sram.o
31 obj-$(CONFIG_FPGA_DFL_EMIF) += dfl-emif.o
33 ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o
35 AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a
37 $(obj)/ti-emif-sram-pm.o: $(obj)/ti-emif-asm-offsets.h
39 $(obj)/ti-emif-asm-offsets.h: $(obj)/emif-asm-offsets.s FORCE
42 targets += emif-asm-offsets.s
43 clean-files += ti-emif-asm-offsets.h
D.gitignore2 /ti-emif-asm-offsets.h