Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/memory/
Demif.c81 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show() argument
84 u32 type = emif->plat_data->device_info->type; in do_emif_regdump_show()
85 u32 ip_rev = emif->plat_data->ip_rev; in do_emif_regdump_show()
119 struct emif_data *emif = s->private; in emif_regdump_show() local
123 if (emif->duplicate) in emif_regdump_show()
126 regs_cache = emif->regs_cache; in emif_regdump_show()
129 do_emif_regdump_show(s, emif, regs_cache[i]); in emif_regdump_show()
149 struct emif_data *emif = s->private; in emif_mr4_show() local
151 seq_printf(s, "MR4=%d\n", emif->temperature_level); in emif_mr4_show()
166 static int __init_or_module emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init() argument
[all …]
DMakefile11 obj-$(CONFIG_TI_EMIF) += emif.o
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt9 - compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev>
11 For am437x should be ti,emif-am4372.
21 the value shall be "emif<n>" where <n> is the number of the EMIF
47 emif1: emif@0x4c000000 {
48 compatible = "ti,emif-4d";
/linux-4.4.14/arch/c6x/platforms/
DMakefile11 obj-$(CONFIG_SOC_TMS320C6455) += emif.o
12 obj-$(CONFIG_SOC_TMS320C6457) += emif.o
/linux-4.4.14/Documentation/memory-devices/
Dti-emif.txt9 driver/memory/emif.c
/linux-4.4.14/arch/arm/boot/dts/
Domap4.dtsi674 emif1: emif@4c000000 {
675 compatible = "ti,emif-4d";
686 emif2: emif@4d000000 {
687 compatible = "ti,emif-4d";
Dam4372.dtsi179 emif: emif@4c000000 { label
180 compatible = "ti,emif-am4372";
182 ti,hwmods = "emif";
Domap5.dtsi829 emif1: emif@4c000000 {
830 compatible = "ti,emif-4d5";
841 emif2: emif@4d000000 {
842 compatible = "ti,emif-4d5";
/linux-4.4.14/
DMAINTAINERS1230 F: drivers/memory/*emif*