Searched refs:total_offset (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 331 def total_offset(self): member in Array 336 offset += self.parent.total_offset() 342 array_offset = self.total_offset() 393 def total_offset(self): member in Reg 395 return self.array.total_offset() + self.offset 402 offset = self.total_offset()
|
| /linux-6.15/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-6.15/drivers/remoteproc/ |
| H A D | qcom_q6v5_pas.c | 126 int total_offset; in adsp_segment_dump() local 128 total_offset = segment->da + segment->offset + offset - adsp->mem_phys; in adsp_segment_dump() 129 if (total_offset < 0 || total_offset + size > adsp->mem_size) { in adsp_segment_dump() 137 memcpy_fromio(dest, adsp->mem_region + total_offset, size); in adsp_segment_dump()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 4026 u64 total_offset, val; in ice_phy_cfg_tx_offset_e82x() local 4055 total_offset = ice_calc_fixed_tx_offset_e82x(hw, link_spd); in ice_phy_cfg_tx_offset_e82x() 4072 total_offset += val; in ice_phy_cfg_tx_offset_e82x() 4087 total_offset += val; in ice_phy_cfg_tx_offset_e82x() 4095 total_offset); in ice_phy_cfg_tx_offset_e82x() 4329 u64 total_offset, pmd, val; in ice_phy_cfg_rx_offset_e82x() local 4369 total_offset += val; in ice_phy_cfg_rx_offset_e82x() 4384 total_offset += val; in ice_phy_cfg_rx_offset_e82x() 4396 total_offset += pmd; in ice_phy_cfg_rx_offset_e82x() 4398 total_offset -= pmd; in ice_phy_cfg_rx_offset_e82x() [all …]
|
| /linux-6.15/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()
|