Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-tpdm178 Description: (Write) Set the data collection mode of CMB tpdm. Continuous
179 change creates CMB data set elements on every CMBCLK edge.
180 Trace-on-change creates CMB data set elements only when a new
182 in a CMB data set.
185 0 : Continuous CMB collection mode.
186 1 : Trace-on-change CMB collection mode.
193 (RW) Set/Get the value of the trigger pattern for the CMB
201 (RW) Set/Get the mask of the trigger pattern for the CMB
209 (RW) Set/Get the value of the pattern for the CMB subunit TPDM.
216 (RW) Set/Get the mask of the pattern for the CMB subunit TPDM.
[all …]
/linux-6.12.1/Documentation/driver-api/pci/
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.12.1/drivers/staging/media/starfive/camss/
Dstf-isp.h244 #define CMB(n) ((n) << 0) macro
Dstf-isp-hw-ops.c295 stf_isp_reg_write(stfcamss, ISP_REG_CS_THRESHOLD, CMD(0x1f) | CMB(0x1)); in stf_isp_config_sat()