Home
last modified time | relevance | path

Searched refs:CMB (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-tpdm182 in a CMB data set.
185 0 : Continuous CMB collection mode.
186 1 : Trace-on-change CMB collection mode.
201 (RW) Set/Get the mask of the trigger pattern for the CMB
223 (Write) Set the pattern timestamp of CMB tpdm. Read
224 the pattern timestamp of CMB tpdm.
227 0 : Disable CMB pattern timestamp.
228 1 : Enable CMB pattern timestamp.
235 (RW) Set/Get the trigger timestamp of the CMB for tpdm.
238 0 : Set the CMB trigger type to false
[all …]
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dqcom,coresight-tpdm.yaml13 Basic Counts (BC), Tenure Counts (TC), Continuous Multi-Bit (CMB), and Discrete
55 Specifies the CMB(Continuous Multi-Bit) element size supported by
57 is enabled. CMB element size currently only supports 8-bit, 32-bit
72 Specifies the number of CMB MSR(mux select register) registers supported
74 this TPDM doesn't support CMB MSR.
H A Dqcom,coresight-tpda.yaml15 task for free-flowing data from TPDM (i.e. CMB and DSB data set flows).
/linux-6.15/Documentation/driver-api/pci/
H A Dp2pdma.rst49 in that it exposes any CMB (Controller Memory Buffer) as a P2P memory
51 to be used directly (client) and it can also make use of the CMB as
56 to the P2P memory (CMB) and then to the NVMe device (and vice versa).
62 then the NVMe Target could use the RNIC's memory instead of the CMB
63 in cases where the NVMe cards in use do not have CMB support.
/linux-6.15/drivers/staging/media/starfive/camss/
H A Dstf-isp.h244 #define CMB(n) ((n) << 0) macro
H A Dstf-isp-hw-ops.c295 stf_isp_reg_write(stfcamss, ISP_REG_CS_THRESHOLD, CMD(0x1f) | CMB(0x1)); in stf_isp_config_sat()