Searched refs:emif (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/memory/ |
D | emif.c | 81 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 …]
|
D | Makefile | 14 obj-$(CONFIG_TI_EMIF) += emif.o 25 obj-$(CONFIG_TI_EMIF_SRAM) += ti-emif-sram.o 26 ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o 28 AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a 32 drivers/memory/ti-emif-sram-pm.o: include/generated/ti-emif-asm-offsets.h
|
D | Makefile.asm-offsets | 1 drivers/memory/emif-asm-offsets.s: drivers/memory/emif-asm-offsets.c 4 include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE
|
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 11 - compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev> 14 "ti,emif-am3352" 15 "ti,emif-am4372" 16 "ti,emif-dra7xx" 17 "ti,emif-keystone" 27 the value shall be "emif<n>" where <n> is the number of the EMIF 31 Required only for "ti,emif-am3352" and "ti,emif-am4372": 61 emif1: emif@4c000000 { 62 compatible = "ti,emif-4d"; 73 emif: emif@4c000000 { [all …]
|
/Linux-v4.19/arch/c6x/platforms/ |
D | Makefile | 11 obj-$(CONFIG_SOC_TMS320C6455) += emif.o 12 obj-$(CONFIG_SOC_TMS320C6457) += emif.o
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | keystone.dtsi | 347 emif: emif@21010000 { label 348 compatible = "ti,emif-keystone";
|
D | omap4.dtsi | 396 emif1: emif@4c000000 { 397 compatible = "ti,emif-4d"; 408 emif2: emif@4d000000 { 409 compatible = "ti,emif-4d";
|
D | keystone-k2g.dtsi | 603 emif: emif@21010000 { label 604 compatible = "ti,emif-keystone";
|
D | am33xx.dtsi | 961 emif: emif@4c000000 { label 962 compatible = "ti,emif-am3352"; 964 ti,hwmods = "emif";
|
D | am4372.dtsi | 247 emif: emif@4c000000 { label 248 compatible = "ti,emif-am4372"; 250 ti,hwmods = "emif";
|
D | omap5.dtsi | 884 emif1: emif@4c000000 { 885 compatible = "ti,emif-4d5"; 896 emif2: emif@4d000000 { 897 compatible = "ti,emif-4d5";
|
/Linux-v4.19/Documentation/memory-devices/ |
D | ti-emif.txt | 9 driver/memory/emif.c
|
/Linux-v4.19/ |
D | MAINTAINERS | 2133 F: drivers/memory/*emif*
|