Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/common/
Dsst-dsp-priv.h303 u32 scratch_offset; member
Dsst-firmware.c1110 if (dsp->scratch_offset != 0) { in sst_block_alloc_scratch()
1115 ba.offset = dsp->scratch_offset; in sst_block_alloc_scratch()
1141 dsp->scratch_offset = ba.offset; in sst_block_alloc_scratch()
/Linux-v4.19/drivers/scsi/
Dstex.c1674 u32 sts_offset, cp_offset, scratch_offset; in stex_probe() local
1741 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1783 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1176 sst_dsp_get_offset(dsp, dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_stream_set_module_info()
1941 dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_module_enable()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c14856 u32 scratch_offset; in bnx2x_drv_ctl() local
14872 scratch_offset = SHMEM2_RD(bp, ncsi_oem_data_addr); in bnx2x_drv_ctl()
14873 if (!scratch_offset) in bnx2x_drv_ctl()
14875 scratch_offset += offsetof(struct glob_ncsi_oem_data, in bnx2x_drv_ctl()
14881 REG_WR(bp, scratch_offset + i, in bnx2x_drv_ctl()