Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/ !
H A 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 …]
H A Dsysfs-bus-coresight-devices-tpda34 (RW) Configure the CMB/MCMB channel mode for all enabled ports.
/linux/Documentation/driver-api/pci/ !
H A Dp2pdma.rst75 in that it exposes any CMB (Controller Memory Buffer) as a P2P memory
77 to be used directly (client) and it can also make use of the CMB as
82 to the P2P memory (CMB) and then to the NVMe device (and vice versa).
88 then the NVMe Target could use the RNIC's memory instead of the CMB
89 in cases where the NVMe cards in use do not have CMB support.
/linux/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()