Home
last modified time | relevance | path

Searched refs:sts_offset (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dstex.c1658 u32 sts_offset, cp_offset, scratch_offset; in stex_probe() local
1727 sts_offset = scratch_offset = (ci->rq_count+1) * ci->rq_size; in stex_probe()
1729 sts_offset += (ci->sts_count+1) * sizeof(u32); in stex_probe()
1730 cp_offset = sts_offset + (ci->sts_count+1) * sizeof(struct status_msg); in stex_probe()
1770 hba->status_buffer = (struct status_msg *)(hba->dma_mem + sts_offset); in stex_probe()
/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c845 u32 sts_offset; in pmc_core_substate_req_regs_show() local
860 sts_offset = pmc->map->lpm_status_offset; in pmc_core_substate_req_regs_show()
892 lpm_status = pmc_core_reg_read(pmc, sts_offset + (mp * 4)); in pmc_core_substate_req_regs_show()