Searched refs:emif (Results 1 – 3 of 3) sorted by relevance
76 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show() argument79 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() local118 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() local137 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 …]
16 obj-$(CONFIG_TI_EMIF) += emif.o30 obj-$(CONFIG_TI_EMIF_SRAM) += ti-emif-sram.o31 obj-$(CONFIG_FPGA_DFL_EMIF) += dfl-emif.o33 ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o35 AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a37 $(obj)/ti-emif-sram-pm.o: $(obj)/ti-emif-asm-offsets.h39 $(obj)/ti-emif-asm-offsets.h: $(obj)/emif-asm-offsets.s FORCE42 targets += emif-asm-offsets.s43 clean-files += ti-emif-asm-offsets.h
2 /ti-emif-asm-offsets.h