Searched refs:total_offset (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 354 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/acpi/ |
| H A D | tables.c | 425 int sig, no, table_nr = 0, total_offset = 0; in acpi_table_upgrade() local 523 phys_addr_t dest_addr = acpi_tables_addr + total_offset; in acpi_table_upgrade() 527 total_offset += size; in acpi_table_upgrade()
|
| /linux/drivers/remoteproc/ |
| H A D | qcom_q6v5_pas.c | 130 int total_offset; in qcom_pas_segment_dump() local 132 total_offset = segment->da + segment->offset + offset - pas->mem_phys; in qcom_pas_segment_dump() 133 if (total_offset < 0 || total_offset + size > pas->mem_size) { in qcom_pas_segment_dump() 141 memcpy_fromio(dest, pas->mem_region + total_offset, size); in qcom_pas_segment_dump()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 3468 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/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_mon.c | 192 u32 rx_pkt_offset, l2_hdr_offset, total_offset; in ath12k_dp_mon_rx_msdus_set_payload() local 199 total_offset = ATH12K_MON_RX_PKT_OFFSET; in ath12k_dp_mon_rx_msdus_set_payload() 201 total_offset = rx_pkt_offset + l2_hdr_offset; in ath12k_dp_mon_rx_msdus_set_payload() 203 skb_pull(head_msdu, total_offset); in ath12k_dp_mon_rx_msdus_set_payload()
|
| /linux/tools/accounting/ |
| H A D | delaytop.c | 142 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 D | libcxgbi.h | 551 u32 total_offset; member
|
| H A D | libcxgbi.c | 1875 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()
|