| /linux/drivers/perf/ |
| H A D | arm-cmn.c | 3 // ARM CMN/CI interconnect PMU driver 218 /* CMN-600 r0px shouldn't exist in silicon, thankfully */ 375 static int arm_cmn_xyidbits(const struct arm_cmn *cmn) in arm_cmn_xyidbits() argument 377 return fls((cmn->mesh_x - 1) | (cmn->mesh_y - 1)); in arm_cmn_xyidbits() 389 static struct arm_cmn_node *arm_cmn_node_to_xp(const struct arm_cmn *cmn, in arm_cmn_node_to_xp() argument 393 int bits = arm_cmn_xyidbits(cmn); in arm_cmn_node_to_xp() 397 return cmn->xps + cmn->mesh_x * y + x; in arm_cmn_node_to_xp() 399 static struct arm_cmn_node *arm_cmn_node(const struct arm_cmn *cmn, in arm_cmn_node() argument 404 for (dn = cmn->dns; dn->type; dn++) in arm_cmn_node() 410 static enum cmn_model arm_cmn_model(const struct arm_cmn *cmn) in arm_cmn_model() argument [all …]
|
| H A D | Kconfig | 45 tristate "Arm CMN-600 PMU support" 48 Support for PMU events monitoring on the Arm CMN-600 Coherent Mesh
|
| H A D | Makefile | 4 obj-$(CONFIG_ARM_CMN) += arm-cmn.o
|
| /linux/Documentation/devicetree/bindings/perf/ |
| H A D | arm,cmn.yaml | 5 $id: http://devicetree.org/schemas/perf/arm,cmn.yaml# 8 title: Arm CMN (Coherent Mesh Network) Performance Monitors 16 - arm,cmn-600 17 - arm,cmn-650 18 - arm,cmn-700 19 - arm,cmn-s3 39 description: Offset from PERIPHBASE of CMN-600's configuration 41 relevant for newer CMN/CI products. 52 const: arm,cmn-600 64 compatible = "arm,cmn-600";
|
| /linux/drivers/clk/qcom/ |
| H A D | ipq-cmn-pll.c | 7 * CMN PLL block expects the reference clock from on-board Wi-Fi block, 14 * with 25 MHZ which are output from the CMN PLL to Ethernet PHY (or switch), 19 * On the IPQ5424 SoC, there is an output clock from CMN PLL to PPE at 375 MHZ, 21 * clocks from CMN PLL on IPQ5424 are the same as IPQ9574. 32 * | CMN PLL block | 52 #include <dt-bindings/clock/qcom,ipq-cmn-pll.h> 53 #include <dt-bindings/clock/qcom,ipq5018-cmn-pll.h> 54 #include <dt-bindings/clock/qcom,ipq5424-cmn-pll.h> 77 * struct cmn_pll_fixed_output_clk - CMN PLL output clocks information 89 * struct clk_cmn_pll - CMN PLL hardware specific data [all …]
|
| H A D | Kconfig | 239 tristate "IPQ CMN PLL Clock Controller" 241 Support for CMN PLL clock controller on IPQ platform. The 242 CMN PLL consumes the AHB/SYS clocks from GCC and supplies 244 Say Y or M if you want to support CMN PLL clock on the IPQ
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_cx0_phy.c | 535 .cmn = 0x21, 561 .cmn = 0x21, 587 .cmn = 0x21, 613 .cmn = 0x21, 639 .cmn = 0x21, 665 .cmn = 0x21, 691 .cmn = 0x21, 717 .cmn = 0x21, 743 .cmn = 0x21, 794 .cmn = {0x0500, /* cmn cfg0*/ [all …]
|
| /linux/tools/perf/pmu-events/arch/arm64/arm/cmn/sys/ |
| H A D | metric.json | 5 "MetricGroup": "cmn", 14 "MetricGroup": "cmn", 23 "MetricGroup": "cmn", 32 "MetricGroup": "cmn", 41 "MetricGroup": "cmn", 50 "MetricGroup": "cmn", 59 "MetricGroup": "cmn", 68 "MetricGroup": "cmn",
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | arm-cmn.rst | 5 CMN-600 is a configurable mesh interconnect consisting of a rectangular 9 CMN implements a distributed PMU design as part of its debug and trace 21 more than one CMN together via external CCIX links - in this situation, 44 "nodeid" to the appropriate value derived from the CMN configuration
|
| H A D | index.rst | 20 arm-cmn
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | ti,phy-j721e-wiz.yaml | 143 "^cmn-refclk1?-dig-div$": 230 cmn-refclk-dig-div { 235 cmn-refclk1-dig-div {
|
| H A D | phy-rockchip-usbdp.yaml | 45 - const: cmn 147 reset-names = "init", "cmn", "lane", "pcs_apb", "pma_apb";
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bgmac-bcma.c | 82 bcma_maskset32(bgmac->bcma.cmn, offset, mask, set); in bcma_bgmac_cmn_maskset32() 171 dev_err(bgmac->dev, "GMAC CMN core not found (required for BCM4706)\n"); in bgmac_probe() 175 bgmac->bcma.cmn = core->bus->drv_gmac_cmn.core; in bgmac_probe()
|
| H A D | bgmac.h | 448 /* Reference to CMN core for BCM4706 */ 449 struct bcma_device *cmn; member
|
| /linux/arch/arm/lib/ |
| H A D | memmove.S | 75 PLD( cmn r2, #96 ) 175 PLD( cmn r2, #96 )
|
| H A D | copy_template.S | 109 PLD( cmn r2, #96 ) 225 PLD( cmn r2, #96 )
|
| /linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
| H A D | memory.json | 12 …on": "Counts accesses to another chip, which is implemented as a different CMN mesh in the system.…
|
| /linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/ |
| H A D | memory.json | 12 …on": "Counts accesses to another chip, which is implemented as a different CMN mesh in the system.…
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | qcom,ipq9574-nsscc.yaml | 69 #include <dt-bindings/clock/qcom,ipq-cmn-pll.h>
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_fwif_shared_check.h | 103 OFFSET_CHECK(struct rogue_fwif_cmd_geom_frag_shared, cmn, 0);
|
| H A D | pvr_rogue_fwif_shared.h | 91 struct rogue_fwif_cmd_common cmn; member
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | test-thumb.c | 107 DATA_PROCESSING16("cmn",0xf00f00ff) in kprobe_thumb16_test_cases() 533 DATA_PROCESSING32_NM("cmn",VAL2) in kprobe_thumb32_test_cases() 559 TEST_UNSUPPORTED(__inst_thumb32(0xeb170f0d) " @ cmn.w r7, sp") in kprobe_thumb32_test_cases() 560 TEST_UNSUPPORTED(__inst_thumb32(0xeb170f0f) " @ cmn.w r7, pc") in kprobe_thumb32_test_cases() 561 TEST_P("cmn.w sp, r",7,0,"") in kprobe_thumb32_test_cases() 562 TEST_UNSUPPORTED(__inst_thumb32(0xeb1f0f07) " @ cmn.w pc, r7") in kprobe_thumb32_test_cases() 563 TEST( "cmn sp, #0x00080008") in kprobe_thumb32_test_cases() 564 TEST_UNSUPPORTED(__inst_thumb32(0xf11f1f08) " @ cmn pc, #0x00080008") in kprobe_thumb32_test_cases()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | ipq9574-rdp-common.dtsi | 222 * clock output from WiFi to the CMN PLL is 48 MHZ.
|
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-usbdp.c | 40 /* PMA CMN Registers */ 748 dev_err(udphy->dev, "cmn ana lcpll lock timeout\n"); in rk_udphy_status_check() 835 /* Step 5: deassert cmn/lane rstn */ in rk_udphy_init() 837 rk_udphy_reset_deassert(udphy, "cmn"); in rk_udphy_init() 1555 "init", "cmn", "lane", "pcs_apb", "pma_apb"
|
| /linux/arch/arm/probes/ |
| H A D | decode-arm.c | 310 /* CMN (register) cccc 0001 0111 xxxx xxxx xxxx xxx0 xxxx */ 335 /* CMN (reg-shift reg) cccc 0001 0111 xxxx xxxx xxxx 0xx1 xxxx */ 387 /* CMN (immediate) cccc 0011 0111 xxxx xxxx xxxx xxxx xxxx */
|