Home
last modified time | relevance | path

Searched refs:total_offset (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py354 def total_offset(self): member in Array
359 offset += self.parent.total_offset()
368 array_offset = self.total_offset()
420 def total_offset(self): member in Reg
422 return self.array.total_offset() + self.offset
438 offset = self.total_offset()
/linux/drivers/remoteproc/
H A Dqcom_q6v5_pas.c129 int total_offset; in qcom_pas_segment_dump() local
131 total_offset = segment->da + segment->offset + offset - pas->mem_phys; in qcom_pas_segment_dump()
132 if (total_offset < 0 || total_offset + size > pas->mem_size) { in qcom_pas_segment_dump()
140 memcpy_fromio(dest, pas->mem_region + total_offset, size); in qcom_pas_segment_dump()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c3468 u64 total_offset, val; in ice_phy_cfg_tx_offset_e82x() local
3497 total_offset = ice_calc_fixed_tx_offset_e82x(hw, link_spd); in ice_phy_cfg_tx_offset_e82x()
3514 total_offset += val; in ice_phy_cfg_tx_offset_e82x()
3529 total_offset += val; in ice_phy_cfg_tx_offset_e82x()
3537 total_offset); in ice_phy_cfg_tx_offset_e82x()
3771 u64 total_offset, pmd, val; in ice_phy_cfg_rx_offset_e82x() local
3800 total_offset = ice_calc_fixed_rx_offset_e82x(hw, link_spd); in ice_phy_cfg_rx_offset_e82x()
3811 total_offset += val; in ice_phy_cfg_rx_offset_e82x()
3826 total_offset += val; in ice_phy_cfg_rx_offset_e82x()
3838 total_offset += pmd; in ice_phy_cfg_rx_offset_e82x()
[all …]
/linux/tools/accounting/
H A Ddelaytop.c142 unsigned long total_offset; /* Offset of total delay in task_info */ member
784 total1 = *(unsigned long long *)((char *)t1 + cfg.sort_field->total_offset); in compare_tasks()
785 total2 = *(unsigned long long *)((char *)t2 + cfg.sort_field->total_offset); in compare_tasks()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h551 u32 total_offset; member
H A Dlibcxgbi.c1875 tdata->total_offset = offset; in cxgbi_task_data_sgl_read()
1880 __func__, offset, count, err, tdata->total_count, tdata->total_offset); in cxgbi_task_data_sgl_read()
2177 tdata->total_offset = 0; in cxgbi_conn_init_pdu()
2187 tdata->total_count, tdata->total_offset); in cxgbi_conn_init_pdu()
2190 expected_offset = tdata->total_offset; in cxgbi_conn_init_pdu()