/linux-6.12.1/drivers/perf/ |
D | arm-cmn.c | 3 // CMN-600 Coherent Mesh Network PMU driver 218 /* CMN-600 r0px shouldn't exist in silicon, thankfully */ 372 static int arm_cmn_xyidbits(const struct arm_cmn *cmn) in arm_cmn_xyidbits() argument 374 return fls((cmn->mesh_x - 1) | (cmn->mesh_y - 1)); in arm_cmn_xyidbits() 386 static struct arm_cmn_node *arm_cmn_node_to_xp(const struct arm_cmn *cmn, in arm_cmn_node_to_xp() argument 390 int bits = arm_cmn_xyidbits(cmn); in arm_cmn_node_to_xp() 394 return cmn->xps + cmn->mesh_x * y + x; in arm_cmn_node_to_xp() 396 static struct arm_cmn_node *arm_cmn_node(const struct arm_cmn *cmn, in arm_cmn_node() argument 401 for (dn = cmn->dns; dn->type; dn++) in arm_cmn_node() 407 static enum cmn_model arm_cmn_model(const struct arm_cmn *cmn) in arm_cmn_model() argument [all …]
|
D | Kconfig | 45 tristate "Arm CMN-600 PMU support" 48 Support for PMU events monitoring on the Arm CMN-600 Coherent Mesh
|
D | Makefile | 4 obj-$(CONFIG_ARM_CMN) += arm-cmn.o
|
/linux-6.12.1/Documentation/devicetree/bindings/perf/ |
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-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_cx0_phy.c | 510 .cmn = 0x21, 536 .cmn = 0x21, 562 .cmn = 0x21, 588 .cmn = 0x21, 614 .cmn = 0x21, 640 .cmn = 0x21, 666 .cmn = 0x21, 692 .cmn = 0x21, 718 .cmn = 0x21, 769 .cmn = {0x0500, /* cmn cfg0*/ [all …]
|
D | intel_dpio_phy.c | 75 * pipe A == CMN/PLL/REF CH0 77 * pipe B == CMN/PLL/REF CH1 88 * pipe C == CMN/PLL/REF CH0 105 * | CMN/PLL/REF | CMN/PLL/REF | 117 * | CMN/PLL/REF |
|
D | intel_dpll_mgr.h | 247 u8 cmn; member 254 u16 cmn[4]; member
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/cmn/sys/ |
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-6.12.1/Documentation/admin-guide/perf/ |
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
|
D | index.rst | 18 arm-cmn
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | rockchip,rk3588-hdptx-phy.yaml | 41 - description: CMN reset line 51 - const: cmn 91 reset-names = "phy", "apb", "init", "cmn", "lane", "ropll", "lcpll";
|
D | ti,phy-j721e-wiz.yaml | 143 "^cmn-refclk1?-dig-div$": 230 cmn-refclk-dig-div { 235 cmn-refclk1-dig-div {
|
D | phy-rockchip-usbdp.yaml | 44 - const: cmn 143 reset-names = "init", "cmn", "lane", "pcs_apb", "pma_apb";
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | renesas,rzg2l-csi2.yaml | 56 - const: cmn-rstb 122 reset-names = "presetn", "cmn-rstb";
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
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()
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_nportdisc.c | 155 hsp_value = (hsp->cmn.bbRcvSizeMsb << 8) | hsp->cmn.bbRcvSizeLsb; in lpfc_check_sparm() 156 ssp_value = (sp->cmn.bbRcvSizeMsb << 8) | sp->cmn.bbRcvSizeLsb; in lpfc_check_sparm() 158 sp->cmn.bbRcvSizeLsb = hsp->cmn.bbRcvSizeLsb; in lpfc_check_sparm() 159 sp->cmn.bbRcvSizeMsb = (sp->cmn.bbRcvSizeMsb & 0xF0) | in lpfc_check_sparm() 160 (hsp->cmn.bbRcvSizeMsb & 0x0F); in lpfc_check_sparm() 428 ((sp->cmn.bbRcvSizeMsb & 0x0F) << 8) | sp->cmn.bbRcvSizeLsb; in lpfc_rcv_plogi() 510 ed_tov = be32_to_cpu(sp->cmn.e_d_tov); in lpfc_rcv_plogi() 511 if (sp->cmn.edtovResolution) { in lpfc_rcv_plogi() 557 sp->cmn.valid_vendor_ver_level) { in lpfc_rcv_plogi() 1439 ((sp->cmn.bbRcvSizeMsb & 0x0F) << 8) | sp->cmn.bbRcvSizeLsb; in lpfc_cmpl_plogi_plogi_issue() [all …]
|
D | lpfc_els.c | 594 if (fabric_param_changed && !sp->cmn.clean_address_bit && in lpfc_check_clean_addr_bit() 633 phba->fc_edtov = be32_to_cpu(sp->cmn.e_d_tov); in lpfc_cmpl_els_flogi_fabric() 634 if (sp->cmn.edtovResolution) /* E_D_TOV ticks are in nanoseconds */ in lpfc_cmpl_els_flogi_fabric() 637 phba->fc_edtovResol = sp->cmn.edtovResolution; in lpfc_cmpl_els_flogi_fabric() 638 phba->fc_ratov = (be32_to_cpu(sp->cmn.w2.r_a_tov) + 999) / 1000; in lpfc_cmpl_els_flogi_fabric() 655 ndlp->nlp_maxframe = ((sp->cmn.bbRcvSizeMsb & 0x0F) << 8) | in lpfc_cmpl_els_flogi_fabric() 656 sp->cmn.bbRcvSizeLsb; in lpfc_cmpl_els_flogi_fabric() 682 if (sp->cmn.response_multiple_NPort) { in lpfc_cmpl_els_flogi_fabric() 687 sp->cmn.response_multiple_NPort); in lpfc_cmpl_els_flogi_fabric() 1096 ulp_word4, sp->cmn.e_d_tov, in lpfc_cmpl_els_flogi() [all …]
|
/linux-6.12.1/arch/arm/lib/ |
D | memmove.S | 75 PLD( cmn r2, #96 ) 175 PLD( cmn r2, #96 )
|
D | copy_template.S | 109 PLD( cmn r2, #96 ) 225 PLD( cmn r2, #96 )
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
D | memory.json | 12 …on": "Counts accesses to another chip, which is implemented as a different CMN mesh in the system.…
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/ |
D | memory.json | 12 …on": "Counts accesses to another chip, which is implemented as a different CMN mesh in the system.…
|
/linux-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
D | memory.json | 12 …on": "Counts accesses to another chip, which is implemented as a different CMN mesh in the system.…
|
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_rogue_fwif_shared_check.h | 103 OFFSET_CHECK(struct rogue_fwif_cmd_geom_frag_shared, cmn, 0);
|
/linux-6.12.1/arch/arm/include/asm/ |
D | div64.h | 75 "cmn %Q0, %Q2\n\t" in __arch_xprod_64()
|
/linux-6.12.1/arch/arm/probes/kprobes/ |
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()
|