| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/arch/arm/mach-socfpga/ |
| D | ocram.c | 22 /* Find the OCRAM EDAC device tree node */ in socfpga_init_ocram_ecc() 23 np = of_find_compatible_node(NULL, NULL, "altr,socfpga-ocram-ecc"); in socfpga_init_ocram_ecc() 25 pr_err("Unable to find socfpga-ocram-ecc\n"); in socfpga_init_ocram_ecc() 32 pr_err("Unable to map OCRAM ecc regs.\n"); in socfpga_init_ocram_ecc() 36 /* Clear any pending OCRAM ECC interrupts, then enable ECC */ in socfpga_init_ocram_ecc() 43 /* Arria10 OCRAM Section */ 126 /* Find the OCRAM EDAC device tree node */ in socfpga_init_arria10_ocram_ecc() 127 np = of_find_compatible_node(NULL, NULL, "altr,socfpga-a10-ocram-ecc"); in socfpga_init_arria10_ocram_ecc() 129 pr_err("Unable to find socfpga-a10-ocram-ecc\n"); in socfpga_init_arria10_ocram_ecc() 137 pr_err("Unable to map OCRAM ECC block\n"); in socfpga_init_arria10_ocram_ecc() [all …]
|
| D | pm.c | 22 /* Pointer to function copied to ocram */ 43 pr_warn("%s: failed to find ocram device!\n", __func__); in socfpga_setup_ocram_self_refresh() 50 pr_warn("%s: ocram pool unavailable!\n", __func__); in socfpga_setup_ocram_self_refresh() 57 pr_warn("%s: unable to alloc ocram!\n", __func__); in socfpga_setup_ocram_self_refresh() 73 /* Copy the code that puts DDR in self refresh to ocram */ in socfpga_setup_ocram_self_refresh() 80 "could not copy function to ocram"); in socfpga_setup_ocram_self_refresh()
|
| D | Makefile | 10 obj-$(CONFIG_EDAC_ALTERA_OCRAM) += ocram.o
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dsp/ |
| D | fsl,dsp.yaml | 29 - description: ocram clock 35 - const: ocram 85 clock-names = "ipg", "ocram", "core";
|
| /kernel/linux/linux-6.6/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";
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/arch/arm/mach-imx/ |
| D | pm-imx5.c | 120 * This structure is for passing necessary data for low level ocram 123 * must be also changed accordingly otherwise, the suspend to ocram 283 pr_warn("%s: failed to find ocram node!\n", __func__); in imx_suspend_alloc_ocram() 289 pr_warn("%s: failed to find ocram device!\n", __func__); in imx_suspend_alloc_ocram() 296 pr_warn("%s: ocram pool unavailable!\n", __func__); in imx_suspend_alloc_ocram() 303 pr_warn("%s: unable to alloc ocram!\n", __func__); in imx_suspend_alloc_ocram()
|
| D | pm-imx6.c | 67 * suspend ocram space layout: 211 * This structure is for passing necessary data for low level ocram 215 * otherwise, the suspend to ocram function will be broken! 367 * call low level suspend function in ocram, in imx6q_suspend_finish() 402 * For suspend into ocram, asm code already take care of in imx6q_pm_enter() 482 pr_warn("%s: failed to find ocram node!\n", __func__); in imx6q_suspend_init() 488 pr_warn("%s: failed to find ocram device!\n", __func__); in imx6q_suspend_init() 495 pr_warn("%s: ocram pool unavailable!\n", __func__); in imx6q_suspend_init() 502 pr_warn("%s: unable to alloc ocram!\n", __func__); in imx6q_suspend_init()
|
| /kernel/linux/linux-6.6/drivers/remoteproc/ |
| D | imx_rproc.c | 165 /* OCRAM(Low 96KB) */ 167 /* OCRAM */ 179 /* OCRAM */ 181 /* OCRAM */ 183 /* OCRAM */ 193 /* OCRAM */ 195 /* OCRAM */ 197 /* OCRAM */ 209 /* OCRAM */ 211 /* OCRAM */ [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/altera/ |
| D | socfpga_stratix10.dtsi | 331 ocram: sram@ffe00000 { label 575 ocram-ecc@ff8cc000 { 576 compatible = "altr,socfpga-s10-ocram-ecc", 577 "altr,socfpga-a10-ocram-ecc"; 579 altr,ecc-parent = <&ocram>;
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/intel/ |
| D | socfpga_agilex.dtsi | 336 ocram: sram@ffe00000 { label 606 ocram-ecc@ff8cc000 { 607 compatible = "altr,socfpga-s10-ocram-ecc", 608 "altr,socfpga-a10-ocram-ecc"; 610 altr,ecc-parent = <&ocram>;
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/altera/ |
| D | socfpga_stratix10.dtsi | 321 ocram: sram@ffe00000 { label 562 ocram-ecc@ff8cc000 { 563 compatible = "altr,socfpga-s10-ocram-ecc", 564 "altr,socfpga-a10-ocram-ecc"; 566 altr,ecc-parent = <&ocram>;
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/intel/ |
| D | socfpga_agilex.dtsi | 320 ocram: sram@ffe00000 { label 562 ocram-ecc@ff8cc000 { 563 compatible = "altr,socfpga-s10-ocram-ecc", 564 "altr,socfpga-a10-ocram-ecc"; 566 altr,ecc-parent = <&ocram>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | coda.txt | 30 iram = <&ocram>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | coda.yaml | 106 iram = <&ocram>;
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx8-ss-audio.dtsi | 54 clock-names = "ipg", "ocram", "core";
|
| /kernel/linux/linux-5.10/drivers/edac/ |
| D | altera_edac.h | 198 /* OCRAM ECC Management Group Defines */ 279 /* Arria 10 OCRAM ECC Management Group Defines */
|
| /kernel/linux/linux-6.6/drivers/edac/ |
| D | altera_edac.h | 198 /* OCRAM ECC Management Group Defines */ 279 /* Arria 10 OCRAM ECC Management Group Defines */
|
| /kernel/linux/linux-6.6/drivers/interconnect/imx/ |
| D | imx8mn.c | 37 DEFINE_BUS_SLAVE("OCRAM", IMX8MN_ICS_OCRAM, NULL),
|