Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py398 def total_offset(self):
403 offset += self.parent.total_offset()
409 array_offset = self.total_offset()
467 def total_offset(self):
469 return self.array.total_offset() + self.offset
482 offset = self.total_offset()
354 def total_offset(self): global() member in Array
420 def total_offset(self): global() member in Reg
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c3667 u64 total_offset, val; in ice_phy_cfg_tx_offset_e82x()
3696 total_offset = ice_calc_fixed_tx_offset_e82x(hw, link_spd); in ice_phy_cfg_tx_offset_e82x()
3713 total_offset += val;
3728 total_offset += val; in ice_phy_calc_pmd_adj_e82x()
3736 total_offset); in ice_phy_calc_pmd_adj_e82x()
3970 u64 total_offset, pmd, val; in ice_phy_cfg_rx_offset_e82x()
3999 total_offset = ice_calc_fixed_rx_offset_e82x(hw, link_spd); in ice_phy_cfg_rx_offset_e82x()
4010 total_offset += val; in ice_phy_cfg_rx_offset_e82x()
4025 total_offset += val;
4037 total_offset in ice_ptp_clear_phy_offset_ready_e82x()
3630 u64 total_offset, val; ice_phy_cfg_tx_offset_e82x() local
3933 u64 total_offset, pmd, val; ice_phy_cfg_rx_offset_e82x() local
[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()