Searched refs:emif (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/drivers/memory/ |
D | emif.c | 79 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show() argument 82 u32 type = emif->plat_data->device_info->type; in do_emif_regdump_show() 83 u32 ip_rev = emif->plat_data->ip_rev; in do_emif_regdump_show() 117 struct emif_data *emif = s->private; in emif_regdump_show() local 121 if (emif->duplicate) in emif_regdump_show() 124 regs_cache = emif->regs_cache; in emif_regdump_show() 127 do_emif_regdump_show(s, emif, regs_cache[i]); in emif_regdump_show() 138 struct emif_data *emif = s->private; in emif_mr4_show() local 140 seq_printf(s, "MR4=%d\n", emif->temperature_level); in emif_mr4_show() 146 static int __init_or_module emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init() argument [all …]
|
D | Makefile | 16 obj-$(CONFIG_TI_EMIF) += emif.o 30 obj-$(CONFIG_TI_EMIF_SRAM) += ti-emif-sram.o 31 ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o 33 AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a 35 $(obj)/ti-emif-sram-pm.o: $(obj)/ti-emif-asm-offsets.h 37 $(obj)/ti-emif-asm-offsets.h: $(obj)/emif-asm-offsets.s FORCE 40 targets += emif-asm-offsets.s 41 clean-files += ti-emif-asm-offsets.h
|
D | .gitignore | 2 ti-emif-asm-offsets.h
|
/Linux-v5.10/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-v5.10/arch/c6x/platforms/ |
D | Makefile | 12 obj-$(CONFIG_SOC_TMS320C6455) += emif.o 13 obj-$(CONFIG_SOC_TMS320C6457) += emif.o
|
/Linux-v5.10/Documentation/driver-api/memory-devices/ |
D | index.rst | 10 ti-emif
|
D | ti-emif.rst | 13 driver/memory/emif.c
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | keystone.dtsi | 347 emif: emif@21010000 { label 348 compatible = "ti,emif-keystone";
|
D | am4372.dtsi | 190 emif: emif@4c000000 { label 191 compatible = "ti,emif-am4372"; 193 ti,hwmods = "emif";
|
D | am33xx.dtsi | 481 emif: emif@4c000000 { label 482 compatible = "ti,emif-am3352"; 484 ti,hwmods = "emif";
|
D | omap5.dtsi | 251 emif1: emif@4c000000 { 252 compatible = "ti,emif-4d5"; 263 emif2: emif@4d000000 { 264 compatible = "ti,emif-4d5";
|
D | omap4.dtsi | 254 emif1: emif@4c000000 { 255 compatible = "ti,emif-4d"; 266 emif2: emif@4d000000 { 267 compatible = "ti,emif-4d";
|
D | keystone-k2g.dtsi | 625 emif: emif@21010000 { label 626 compatible = "ti,emif-keystone";
|
D | am43xx-clocks.dtsi | 864 emif_clkctrl: emif-clkctrl@720 {
|
D | dra7xx-clocks.dtsi | 1673 emif_cm: emif-cm@b00 { 1680 emif_clkctrl: emif-clkctrl@20 {
|
/Linux-v5.10/ |
D | MAINTAINERS | 2582 F: drivers/memory/*emif*
|