Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/common/
Dsst-dsp-priv.h299 u32 scratch_offset; member
Dsst-firmware.c1099 if (dsp->scratch_offset != 0) { in sst_block_alloc_scratch()
1104 ba.offset = dsp->scratch_offset; in sst_block_alloc_scratch()
1130 dsp->scratch_offset = ba.offset; in sst_block_alloc_scratch()
/linux-4.4.14/drivers/scsi/
Dstex.c1518 u32 sts_offset, cp_offset, scratch_offset; in stex_probe() local
1563 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1605 hba->scratch = (__le32 *)(hba->dma_mem + scratch_offset); in stex_probe()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1182 sst_dsp_get_offset(dsp, dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_stream_set_module_info()
1947 dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_module_enable()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c14721 u32 scratch_offset; in bnx2x_drv_ctl() local
14737 scratch_offset = SHMEM2_RD(bp, ncsi_oem_data_addr); in bnx2x_drv_ctl()
14738 if (!scratch_offset) in bnx2x_drv_ctl()
14740 scratch_offset += offsetof(struct glob_ncsi_oem_data, in bnx2x_drv_ctl()
14746 REG_WR(bp, scratch_offset + i, in bnx2x_drv_ctl()