Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/memory/
Demif.c76 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show() argument
79 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() local
118 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() local
137 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 …]
DMakefile17 obj-$(CONFIG_TI_EMIF) += emif.o
31 obj-$(CONFIG_TI_EMIF_SRAM) += ti-emif-sram.o
32 obj-$(CONFIG_FPGA_DFL_EMIF) += dfl-emif.o
34 ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o
36 AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a
38 $(obj)/ti-emif-sram-pm.o: $(obj)/ti-emif-asm-offsets.h
40 $(obj)/ti-emif-asm-offsets.h: $(obj)/emif-asm-offsets.s FORCE
43 targets += emif-asm-offsets.s
44 clean-files += ti-emif-asm-offsets.h
D.gitignore2 /ti-emif-asm-offsets.h
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt11 - 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-v6.1/arch/arm/boot/dts/
Ddra74x-p.dtsi15 emif1: emif@4c000000 {
16 compatible = "ti,emif-dra7xx";
Dkeystone.dtsi347 emif: emif@21010000 { label
348 compatible = "ti,emif-keystone";
Domap5.dtsi309 emif1: emif@0 {
310 compatible = "ti,emif-4d5";
331 emif2: emif@0 {
332 compatible = "ti,emif-4d5";
Dkeystone-k2g.dtsi625 emif: emif@21010000 { label
626 compatible = "ti,emif-keystone";
Domap4.dtsi316 emif1: emif@0 {
317 compatible = "ti,emif-4d";
338 emif2: emif@0 {
339 compatible = "ti,emif-4d";
Dam33xx.dtsi510 emif: emif@0 { label
511 compatible = "ti,emif-am3352";
Dam4372.dtsi190 emif: emif@0 { label
191 compatible = "ti,emif-am4372";
Ddra7xx-clocks.dtsi1041 emif_phy_dclk_div: clock-emif-phy-dclk-div@190 {
/Linux-v6.1/Documentation/driver-api/memory-devices/
Dindex.rst10 ti-emif
Dti-emif.rst13 driver/memory/emif.c
/Linux-v6.1/
DMAINTAINERS2957 F: drivers/memory/*emif*