/Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
D | adf_pfvf_pf_proto.c | 129 u8 blk_type; in handle_blkmsg_req() local 135 blk_type = FIELD_GET(ADF_VF2PF_LARGE_BLOCK_TYPE_MASK, req.data) in handle_blkmsg_req() 141 blk_type = FIELD_GET(ADF_VF2PF_MEDIUM_BLOCK_TYPE_MASK, req.data) in handle_blkmsg_req() 147 blk_type = FIELD_GET(ADF_VF2PF_SMALL_BLOCK_TYPE_MASK, req.data); in handle_blkmsg_req() 157 blk_type, blk_byte + 1, vf_info->vf_nr); in handle_blkmsg_req() 159 if (!adf_pf2vf_blkmsg_get_data(vf_info, blk_type, blk_byte, in handle_blkmsg_req() 166 blk_type, blk_byte, vf_info->vf_nr); in handle_blkmsg_req() 168 if (!adf_pf2vf_blkmsg_get_data(vf_info, blk_type, blk_byte, in handle_blkmsg_req()
|
D | adf_pfvf_vf_proto.c | 111 u8 blk_type; in adf_vf2pf_blkmsg_data_req() local 120 blk_type = FIELD_PREP(ADF_VF2PF_SMALL_BLOCK_TYPE_MASK, *type); in adf_vf2pf_blkmsg_data_req() 125 blk_type = FIELD_PREP(ADF_VF2PF_MEDIUM_BLOCK_TYPE_MASK, in adf_vf2pf_blkmsg_data_req() 131 blk_type = FIELD_PREP(ADF_VF2PF_LARGE_BLOCK_TYPE_MASK, in adf_vf2pf_blkmsg_data_req() 150 req.data = blk_type | blk_byte | FIELD_PREP(ADF_VF2PF_BLOCK_CRC_REQ_MASK, crc); in adf_vf2pf_blkmsg_data_req()
|
/Linux-v6.6/sound/soc/sof/ |
D | iomem-utils.c | 76 int sof_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_write() argument 79 int bar = snd_sof_dsp_get_bar_index(sdev, blk_type); in sof_block_write() 115 int sof_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in sof_block_read() argument 118 int bar = snd_sof_dsp_get_bar_index(sdev, blk_type); in sof_block_read()
|
D | ops.h | 294 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, in snd_sof_debugfs_add_region_item() argument 298 return sof_ops(sdev)->debugfs_add_region_item(sdev, blk_type, offset, in snd_sof_debugfs_add_region_item() 372 enum snd_sof_fw_blk_type blk_type, in snd_sof_dsp_block_read() argument 375 return sof_ops(sdev)->block_read(sdev, blk_type, offset, dest, bytes); in snd_sof_dsp_block_read() 379 enum snd_sof_fw_blk_type blk_type, in snd_sof_dsp_block_write() argument 382 return sof_ops(sdev)->block_write(sdev, blk_type, offset, src, bytes); in snd_sof_dsp_block_write()
|
D | sof-priv.h | 303 enum snd_sof_fw_blk_type blk_type, u32 offset, 755 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, 798 int sof_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, 800 int sof_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type,
|
D | debug.c | 175 enum snd_sof_fw_blk_type blk_type, u32 offset, in snd_sof_debugfs_add_region_item_iomem() argument 179 int bar = snd_sof_dsp_get_bar_index(sdev, blk_type); in snd_sof_debugfs_add_region_item_iomem()
|
/Linux-v6.6/sound/soc/sof/amd/ |
D | acp-loader.c | 30 int acp_dsp_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in acp_dsp_block_read() argument 34 switch (blk_type) { in acp_dsp_block_read() 40 dev_err(sdev->dev, "bad blk type 0x%x\n", blk_type); in acp_dsp_block_read() 48 int acp_dsp_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, in acp_dsp_block_write() argument 60 switch (blk_type) { in acp_dsp_block_write() 92 dev_err(sdev->dev, "bad blk type 0x%x\n", blk_type); in acp_dsp_block_write()
|
D | acp.h | 232 int acp_dsp_block_write(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, 234 int acp_dsp_block_read(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type,
|
/Linux-v6.6/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 100 static inline int intel_pt_blk_type_pos(enum intel_pt_blk_type blk_type) in intel_pt_blk_type_pos() argument 114 return blk_type < INTEL_PT_BLK_TYPE_MAX ? map[blk_type] - 1 : -1; in intel_pt_blk_type_pos()
|
D | intel-pt-decoder.c | 181 enum intel_pt_blk_type blk_type; member 2045 decoder->blk_type = decoder->packet.payload; in intel_pt_bbp() 2046 decoder->blk_type_pos = intel_pt_blk_type_pos(decoder->blk_type); in intel_pt_bbp() 2047 if (decoder->blk_type == INTEL_PT_GP_REGS) in intel_pt_bbp() 2051 decoder->blk_type); in intel_pt_bbp() 2054 decoder->blk_type); in intel_pt_bbp() 2066 id, decoder->blk_type); in intel_pt_bip() 2072 id, decoder->blk_type); in intel_pt_bip() 2890 decoder->blk_type = decoder->packet.payload; in intel_pt_vm_time_correlation() 2894 if (decoder->blk_type == INTEL_PT_PEBS_BASIC && in intel_pt_vm_time_correlation() [all …]
|