Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
DMakefile10 obj-$(CONFIG_TI_EMIF) += emif.o
/linux-4.1.27/arch/c6x/platforms/
DMakefile11 obj-$(CONFIG_SOC_TMS320C6455) += emif.o
12 obj-$(CONFIG_SOC_TMS320C6457) += emif.o
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt9 - compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev>
20 the value shall be "emif<n>" where <n> is the number of the EMIF
46 emif1: emif@0x4c000000 {
47 compatible = "ti,emif-4d";
/linux-4.1.27/Documentation/memory-devices/
Dti-emif.txt9 driver/memory/emif.c
/linux-4.1.27/arch/arm/boot/dts/
Domap4.dtsi671 emif1: emif@4c000000 {
672 compatible = "ti,emif-4d";
683 emif2: emif@4d000000 {
684 compatible = "ti,emif-4d";
Domap5.dtsi826 emif1: emif@4c000000 {
827 compatible = "ti,emif-4d5";
838 emif2: emif@4d000000 {
839 compatible = "ti,emif-4d5";
/linux-4.1.27/
DMAINTAINERS1185 F: drivers/memory/*emif*