Searched refs:emif (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/drivers/memory/ |
| H A D | emif.c | 147 debugfs_create_file("mr4", S_IRUGO, emif->debugfs_root, emif, in emif_debugfs_init() 570 setup_temperature_sensitive_regs(emif, emif->curr_regs); in handle_temp_alert() 635 setup_temperature_sensitive_regs(emif, emif->curr_regs); in emif_threaded_isr() 699 emif); in setup_interrupts() 946 emif->dev)) { in of_get_memory_device_details() 969 emif->plat_data->min_tck = of_get_min_tck(np_ddr, emif->dev); in of_get_memory_device_details() 975 return emif; in of_get_memory_device_details() 999 emif = devm_kzalloc(dev, sizeof(*emif), GFP_KERNEL); in get_device_details() 1076 return emif; in get_device_details() 1092 if (!emif) { in emif_probe() [all …]
|
| H A D | Makefile | 16 obj-$(CONFIG_TI_EMIF) += emif.o 30 obj-$(CONFIG_TI_EMIF_SRAM) += ti-emif-sram.o 31 obj-$(CONFIG_FPGA_DFL_EMIF) += dfl-emif.o 33 ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o 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
|
| H A D | .gitignore | 2 /ti-emif-asm-offsets.h
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti/ |
| H A D | emif.txt | 14 "ti,emif-am3352" 15 "ti,emif-am4372" 16 "ti,emif-dra7xx" 17 "ti,emif-keystone" 31 Required only for "ti,emif-am3352" and "ti,emif-am4372": 61 emif1: emif@4c000000 { 62 compatible = "ti,emif-4d"; 73 emif: emif@4c000000 { 74 compatible = "ti,emif-am3352"; 80 emif1: emif@4c000000 { [all …]
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | dra74x-p.dtsi | 15 emif1: emif@4c000000 { 16 compatible = "ti,emif-dra7xx";
|
| H A D | omap5.dtsi | 309 emif1: emif@0 { 310 compatible = "ti,emif-4d5"; 331 emif2: emif@0 { 332 compatible = "ti,emif-4d5";
|
| H A D | omap4.dtsi | 316 emif1: emif@0 { 317 compatible = "ti,emif-4d"; 338 emif2: emif@0 { 339 compatible = "ti,emif-4d";
|
| H A D | am33xx.dtsi | 521 emif: emif@0 { label 522 compatible = "ti,emif-am3352";
|
| H A D | am4372.dtsi | 195 emif: emif@0 { label 196 compatible = "ti,emif-am4372";
|
| H A D | dra7xx-clocks.dtsi | 1123 emif_phy_dclk_div: clock-emif-phy-dclk-div@190 {
|
| /linux-6.15/Documentation/driver-api/memory-devices/ |
| H A D | index.rst | 10 ti-emif
|
| H A D | ti-emif.rst | 13 driver/memory/emif.c
|
| /linux-6.15/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone.dtsi | 347 emif: emif@21010000 { label 348 compatible = "ti,emif-keystone";
|
| H A D | keystone-k2g.dtsi | 620 emif: emif@21010000 { label 621 compatible = "ti,emif-keystone";
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 3314 F: drivers/memory/*emif*
|