Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/intel/common/
Dsst-dsp-priv.h294 u32 scratch_offset; member
Dsst-firmware.c1101 if (dsp->scratch_offset != 0) { in sst_block_alloc_scratch()
1106 ba.offset = dsp->scratch_offset; in sst_block_alloc_scratch()
1132 dsp->scratch_offset = ba.offset; in sst_block_alloc_scratch()
/Linux-v5.4/drivers/scsi/
Dstex.c1657 u32 sts_offset, cp_offset, scratch_offset; in stex_probe() local
1726 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1768 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1167 sst_dsp_get_offset(dsp, dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_stream_set_module_info()
1936 dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_module_enable()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c14869 u32 scratch_offset; in bnx2x_drv_ctl() local
14885 scratch_offset = SHMEM2_RD(bp, ncsi_oem_data_addr); in bnx2x_drv_ctl()
14886 if (!scratch_offset) in bnx2x_drv_ctl()
14888 scratch_offset += offsetof(struct glob_ncsi_oem_data, in bnx2x_drv_ctl()
14894 REG_WR(bp, scratch_offset + i, in bnx2x_drv_ctl()