Searched full:cm2 (Results 1 – 25 of 35) sorted by relevance
12
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | cm2_44xx.h | 3 * OMAP44xx CM2 instance offset macros 25 /* CM2 base address */ 31 /* CM2 instances */ 46 /* CM2 clockdomain register offsets (from instance start) */ 65 /* CM2 */ 67 /* CM2.OCP_SOCKET_CM2 register offsets */ 73 /* CM2.CKGEN_CM2 register offsets */ 153 /* CM2.ALWAYS_ON_CM2 register offsets */ 167 /* CM2.CORE_CM2 register offsets */ 251 /* CM2.IVAHD_CM2 register offsets */ [all …]
|
| D | cm_common.c | 34 /* cm2_base: base virtual address of the CM2 IP block (OMAP44xx only) */ 41 * omap2_set_globals_cm - set the CM/CM2 base addresses (for early use) 43 * @cm2: CM2 base virtual address (if present on the booted SoC) 47 void __init omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2) in omap2_set_globals_cm() argument 50 cm2_base.va = cm2; in omap2_set_globals_cm() 293 { .compatible = "ti,omap4-cm2", .data = &cm2_data },
|
| D | cm44xx.h | 10 * OMAP4 has two separate CM blocks, CM1 and CM2. This file contains
|
| D | prcm44xx.h | 11 * the PRM/CM/PRCM blocks on the OMAP4 devices: PRM, CM1, CM2,
|
| D | cm.h | 29 extern void omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2);
|
| D | cm2_54xx.h | 3 * OMAP54xx CM2 instance offset macros 21 /* CM2 base address */
|
| D | cm2_7xx.h | 3 * DRA7xx CM2 instance offset macros 22 /* CM2 base address */
|
| D | cminst44xx.c | 11 * or CM2 hardware modules. For example, the EMU_CM CM instance is in
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap2/ |
| D | cm2_44xx.h | 2 * OMAP44xx CM2 instance offset macros 28 /* CM2 base address */ 34 /* CM2 instances */ 49 /* CM2 clockdomain register offsets (from instance start) */ 68 /* CM2 */ 70 /* CM2.OCP_SOCKET_CM2 register offsets */ 76 /* CM2.CKGEN_CM2 register offsets */ 156 /* CM2.ALWAYS_ON_CM2 register offsets */ 170 /* CM2.CORE_CM2 register offsets */ 254 /* CM2.IVAHD_CM2 register offsets */ [all …]
|
| D | cm_common.c | 37 /* cm2_base: base virtual address of the CM2 IP block (OMAP44xx only) */ 44 * omap2_set_globals_cm - set the CM/CM2 base addresses (for early use) 46 * @cm2: CM2 base virtual address (if present on the booted SoC) 50 void __init omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2) in omap2_set_globals_cm() argument 53 cm2_base.va = cm2; in omap2_set_globals_cm() 296 { .compatible = "ti,omap4-cm2", .data = &cm2_data },
|
| D | cm44xx.h | 13 * OMAP4 has two separate CM blocks, CM1 and CM2. This file contains
|
| D | prcm44xx.h | 14 * the PRM/CM/PRCM blocks on the OMAP4 devices: PRM, CM1, CM2,
|
| D | cm.h | 32 extern void omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2);
|
| D | cm2_54xx.h | 2 * OMAP54xx CM2 instance offset macros 24 /* CM2 base address */
|
| D | cm2_7xx.h | 2 * DRA7xx CM2 instance offset macros 25 /* CM2 base address */
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/omap/ |
| D | prcm.txt | 19 "ti,omap4-cm2"
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/omap/ |
| D | prcm.txt | 19 "ti,omap4-cm2"
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | ti-clkctrl.txt | 26 &cm2 {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | ti-clkctrl.txt | 31 &cm2 {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | baikal,bt1-l2-ctl.yaml | 15 tune the MIPS P5600 CM2 L2 cache performance up. In particular it's possible
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | Kconfig | 70 bool "Baikal-T1 CM2 L2-RAM Cache Control Block"
|
| D | bt1-l2-ctl.c | 8 * Baikal-T1 CM2 L2-cache Control Block driver.
|
| /kernel/linux/linux-5.10/drivers/bus/ |
| D | bt1-axi.c | 219 * Performing unaligned read from the memory will cause the CM2 bus in inject_error_store()
|
| /kernel/linux/linux-4.19/arch/mips/kernel/ |
| D | mips-cm.c | 349 if (revision < CM_REV_CM3) { /* CM2 */ in mips_cm_error_report()
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | mips-cm.c | 387 if (revision < CM_REV_CM3) { /* CM2 */ in mips_cm_error_report()
|
12