/linux-6.12.1/arch/arm/mach-socfpga/ |
D | ocram.c | 20 /* Find the OCRAM EDAC device tree node */ in socfpga_init_ocram_ecc() 21 np = of_find_compatible_node(NULL, NULL, "altr,socfpga-ocram-ecc"); in socfpga_init_ocram_ecc() 23 pr_err("Unable to find socfpga-ocram-ecc\n"); in socfpga_init_ocram_ecc() 30 pr_err("Unable to map OCRAM ecc regs.\n"); in socfpga_init_ocram_ecc() 34 /* Clear any pending OCRAM ECC interrupts, then enable ECC */ in socfpga_init_ocram_ecc() 41 /* Arria10 OCRAM Section */ 124 /* Find the OCRAM EDAC device tree node */ in socfpga_init_arria10_ocram_ecc() 125 np = of_find_compatible_node(NULL, NULL, "altr,socfpga-a10-ocram-ecc"); in socfpga_init_arria10_ocram_ecc() 127 pr_err("Unable to find socfpga-a10-ocram-ecc\n"); in socfpga_init_arria10_ocram_ecc() 135 pr_err("Unable to map OCRAM ECC block\n"); in socfpga_init_arria10_ocram_ecc() [all …]
|
D | pm.c | 24 /* Pointer to function copied to ocram */ 45 pr_warn("%s: failed to find ocram device!\n", __func__); in socfpga_setup_ocram_self_refresh() 52 pr_warn("%s: ocram pool unavailable!\n", __func__); in socfpga_setup_ocram_self_refresh() 59 pr_warn("%s: unable to alloc ocram!\n", __func__); in socfpga_setup_ocram_self_refresh() 75 /* Copy the code that puts DDR in self refresh to ocram */ in socfpga_setup_ocram_self_refresh() 82 "could not copy function to ocram"); in socfpga_setup_ocram_self_refresh()
|
D | Makefile | 10 obj-$(CONFIG_EDAC_ALTERA_OCRAM) += ocram.o
|
/linux-6.12.1/Documentation/devicetree/bindings/edac/ |
D | socfpga-eccmgr.txt | 24 - compatible : Should be "altr,socfpga-ocram-ecc" 44 ocram-ecc@ffd08144 { 45 compatible = "altr,socfpga-ocram-ecc"; 47 iram = <&ocram>; 80 - compatible : Should be "altr,socfpga-a10-ocram-ecc" 154 ocram-ecc@ff8c3000 { 155 compatible = "altr,socfpga-a10-ocram-ecc"; 263 - compatible : Should be "altr,socfpga-s10-ocram-ecc" 265 - altr,ecc-parent : phandle to parent OCRAM node. 321 ocram-ecc@ff8cc000 { [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/dsp/ |
D | fsl,dsp.yaml | 35 - description: ocram clock 44 - const: ocram 159 clock-names = "ipg", "ocram", "core"; 195 clock-names = "ipg", "ocram", "core", "debug";
|
/linux-6.12.1/arch/arm/mach-imx/ |
D | pm-imx5.c | 121 * This structure is for passing necessary data for low level ocram 124 * must be also changed accordingly otherwise, the suspend to ocram 284 pr_warn("%s: failed to find ocram node!\n", __func__); in imx_suspend_alloc_ocram() 290 pr_warn("%s: failed to find ocram device!\n", __func__); in imx_suspend_alloc_ocram() 297 pr_warn("%s: ocram pool unavailable!\n", __func__); in imx_suspend_alloc_ocram() 304 pr_warn("%s: unable to alloc ocram!\n", __func__); in imx_suspend_alloc_ocram()
|
D | pm-imx6.c | 69 * suspend ocram space layout: 213 * This structure is for passing necessary data for low level ocram 217 * otherwise, the suspend to ocram function will be broken! 369 * call low level suspend function in ocram, in imx6q_suspend_finish() 404 * For suspend into ocram, asm code already take care of in imx6q_pm_enter() 484 pr_warn("%s: failed to find ocram node!\n", __func__); in imx6q_suspend_init() 490 pr_warn("%s: failed to find ocram device!\n", __func__); in imx6q_suspend_init() 497 pr_warn("%s: ocram pool unavailable!\n", __func__); in imx6q_suspend_init() 504 pr_warn("%s: unable to alloc ocram!\n", __func__); in imx6q_suspend_init()
|
D | suspend-imx53.S | 22 * suspend ocram space layout:
|
D | suspend-imx6.S | 23 * suspend ocram space layout:
|
/linux-6.12.1/drivers/remoteproc/ |
D | imx_rproc.c | 159 /* OCRAM(Low 96KB) */ 161 /* OCRAM */ 173 /* OCRAM */ 175 /* OCRAM */ 177 /* OCRAM */ 187 /* OCRAM */ 189 /* OCRAM */ 191 /* OCRAM */ 203 /* OCRAM */ 205 /* OCRAM */ [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 353 ocram: sram@ffe00000 { label 598 ocram-ecc@ff8cc000 { 599 compatible = "altr,socfpga-s10-ocram-ecc", 600 "altr,socfpga-a10-ocram-ecc"; 602 altr,ecc-parent = <&ocram>;
|
/linux-6.12.1/arch/arm64/boot/dts/intel/ |
D | socfpga_agilex.dtsi | 348 ocram: sram@ffe00000 { label 618 ocram-ecc@ff8cc000 { 619 compatible = "altr,socfpga-s10-ocram-ecc", 620 "altr,socfpga-a10-ocram-ecc"; 622 altr,ecc-parent = <&ocram>;
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | coda.yaml | 106 iram = <&ocram>;
|
/linux-6.12.1/drivers/edac/ |
D | altera_edac.h | 198 /* OCRAM ECC Management Group Defines */ 279 /* Arria 10 OCRAM ECC Management Group Defines */
|
D | altera_edac.c | 693 { .compatible = "altr,socfpga-ocram-ecc", .data = &ocramecc_data }, 703 * OCRAM ECC as well as the memories for other peripherals. 1128 /*********************** OCRAM EDAC Device Functions *********************/ 1138 np = of_find_compatible_node(NULL, NULL, "altr,socfpga-ocram-ecc"); in ocram_alloc_mem() 1191 /* Verify OCRAM has been initialized */ in altr_check_ocram_deps_init() 1217 * OCRAM panic on uncorrectable error because sleep/resume 1218 * functions and FPGA contents are stored in OCRAM. Prefer 1700 { .compatible = "altr,socfpga-a10-ocram-ecc",
|
/linux-6.12.1/drivers/interconnect/imx/ |
D | imx8mn.c | 37 DEFINE_BUS_SLAVE("OCRAM", IMX8MN_ICS_OCRAM, NULL),
|
D | imx8mm.c | 40 DEFINE_BUS_SLAVE("OCRAM", IMX8MM_ICS_OCRAM, NULL),
|
D | imx8mq.c | 38 DEFINE_BUS_SLAVE("OCRAM", IMX8MQ_ICS_OCRAM, NULL),
|
D | imx8mp.c | 189 DEFINE_BUS_SLAVE("OCRAM", IMX8MP_ICS_OCRAM, NULL),
|
/linux-6.12.1/Documentation/devicetree/bindings/dma/ |
D | fsl,imx-sdma.yaml | 131 description: The phandle to the On-chip RAM (OCRAM) node.
|
/linux-6.12.1/arch/arm/boot/dts/intel/socfpga/ |
D | socfpga.dtsi | 726 ocram-ecc@ffd08144 { 727 compatible = "altr,socfpga-ocram-ecc"; 729 iram = <&ocram>; 785 ocram: sram@ffff0000 { label
|
D | socfpga_arria10.dtsi | 686 ocram: sram@ffe00000 { label 716 ocram-ecc@ff8c3000 { 717 compatible = "altr,socfpga-a10-ocram-ecc";
|
/linux-6.12.1/Documentation/devicetree/bindings/mailbox/ |
D | arm,mhuv2.yaml | 199 clock-names = "ipg", "ocram", "core";
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx53.dtsi | 837 iram = <&ocram>; 850 ocram: sram@f8000000 { label
|
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx6sx.c | 50 static const char *eim_slow_sels[] = { "ocram", "pll3_usb_otg", "pll2_pfd2_396m", "pll2_pfd0_352m",… 60 "vadc", "ocram", "qspi2", "m4", "enet_ahb", "lcdif2_pix", 432 …hws[IMX6SX_CLK_OCRAM] = imx_clk_hw_gate2_flags("ocram", "ocram_podf", base + 0x74, 28, CLK_… in imx6sx_clocks_init()
|