Home
last modified time | relevance | path

Searched refs:base_offset (Results 1 – 25 of 36) sorted by relevance

12

/linux/sound/firewire/dice/
H A Ddice-extension.c60 u32 base_offset, unsigned int stream_count, in read_stream_entries() argument
71 entry_offset = base_offset + i * EXT_APP_STREAM_ENTRY_SIZE; in read_stream_entries()
86 u32 base_offset; in detect_stream_formats() local
110 base_offset = 0x2000 * mode + 0x1000; in detect_stream_formats()
113 base_offset + EXT_APP_STREAM_TX_NUMBER, in detect_stream_formats()
118 base_offset += EXT_APP_STREAM_ENTRIES; in detect_stream_formats()
120 err = read_stream_entries(dice, section_addr, base_offset, in detect_stream_formats()
127 base_offset += stream_count * EXT_APP_STREAM_ENTRY_SIZE; in detect_stream_formats()
129 err = read_stream_entries(dice, section_addr, base_offset, in detect_stream_formats()
/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh39 base_offset=$(sym_val _xiprom)
42 data_start=$(($__data_loc - $base_offset))
43 data_end=$(($_edata_loc - $base_offset))
49 $(($file_end + $base_offset)) $_edata_loc 1>&2
/linux/drivers/scsi/
H A Dfdomain_isa.c64 int base_offset; member
110 if (sig->base_offset) in fdomain_isa_match()
111 base = readb(p + sig->base_offset) + in fdomain_isa_match()
112 (readb(p + sig->base_offset + 1) << 8); in fdomain_isa_match()
/linux/drivers/acpi/acpica/
H A Dutbuffer.c27 * base_offset - Beginning buffer offset (display only)
34 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer() argument
59 acpi_os_printf("%8.4X: ", (base_offset + i)); in acpi_ut_dump_buffer()
196 * base_offset - Beginning buffer offset (display only)
206 u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer_to_file() argument
228 fprintf(file, "%8.4X: ", (base_offset + i)); in acpi_ut_dump_buffer_to_file()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c260 u_long base_offset; in ahd_linux_pci_reserve_mem_region() local
271 base_offset = start - base_page; in ahd_linux_pci_reserve_mem_region()
277 *maddr = ioremap(base_page, base_offset + 512); in ahd_linux_pci_reserve_mem_region()
282 *maddr += base_offset; in ahd_linux_pci_reserve_mem_region()
/linux/include/dt-bindings/pinctrl/
H A Domap.h74 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
/linux/drivers/xen/xen-pciback/
H A Dconf_space.h64 unsigned int base_offset; member
75 #define OFFSET(cfg_entry) ((cfg_entry)->base_offset+(cfg_entry)->field->offset)
H A Dconf_space.c397 unsigned int base_offset) in xen_pcibk_config_add_field_offset() argument
412 cfg_entry->base_offset = base_offset; in xen_pcibk_config_add_field_offset()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c896 u32 *base_offset) in bnad_get_flash_partition_by_offset() argument
930 *base_offset = flash_attr->part[i].part_off; in bnad_get_flash_partition_by_offset()
951 u32 flash_part = 0, base_offset = 0; in bnad_get_eeprom() local
960 eeprom->offset, &base_offset); in bnad_get_eeprom()
971 eeprom->offset - base_offset, in bnad_get_eeprom()
991 u32 flash_part = 0, base_offset = 0; in bnad_set_eeprom() local
1002 eeprom->offset, &base_offset); in bnad_set_eeprom()
1013 eeprom->offset - base_offset, in bnad_set_eeprom()
/linux/sound/soc/sof/intel/
H A Dhda-mlink.c114 u32 base_offset; in hdaml_lnk_enum() local
150 base_offset = FIELD_GET(AZX_REG_ML_LEPTR_PTR, h2link->leptr); in hdaml_lnk_enum()
151 h2link->base_ptr = remap_addr + base_offset; in hdaml_lnk_enum()
160 link_idx, base_offset); in hdaml_lnk_enum()
167 link_idx, base_offset); in hdaml_lnk_enum()
175 link_idx, base_offset); in hdaml_lnk_enum()
182 link_idx, base_offset); in hdaml_lnk_enum()
/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c354 u64 base_offset, base_align; in r600_cs_track_validate_cb() local
378 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i]; in r600_cs_track_validate_cb()
421 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_cb()
424 base_offset, base_align, array_mode); in r600_cs_track_validate_cb()
524 u64 base_offset, base_align; in r600_cs_track_validate_db() local
576 base_offset = track->db_bo_mc + track->db_offset; in r600_cs_track_validate_db()
615 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_db()
617 base_offset, base_align, array_mode); in r600_cs_track_validate_db()
1477 u64 base_offset, in r600_check_texture_resource() argument
1496 base_offset <<= 8; in r600_check_texture_resource()
[all …]
/linux/tools/perf/util/
H A Dgenelf.c77 uint64_t unwinding_size, uint64_t base_offset) in jit_add_eh_frame_info() argument
114 shdr->sh_addr = base_offset; in jit_add_eh_frame_info()
148 shdr->sh_addr = base_offset + unwinding_table_size; in jit_add_eh_frame_info()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.c268 u32 base_offset = hw_data->rl_data.r2l_offset; in assign_rps_to_leaf() local
274 offset = base_offset + (RL_CSR_SIZE * sla->ring_pairs_ids[i]); in assign_rps_to_leaf()
284 u32 base_offset = hw_data->rl_data.l2c_offset; in assign_leaf_to_cluster() local
289 offset = base_offset + (RL_CSR_SIZE * node_id); in assign_leaf_to_cluster()
298 u32 base_offset = hw_data->rl_data.c2s_offset; in assign_cluster_to_root() local
303 offset = base_offset + (RL_CSR_SIZE * node_id); in assign_cluster_to_root()
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.h30 u32 base_offset; member
/linux/tools/testing/nvdimm/test/
H A Dndtest.h26 u64 base_offset; member
/linux/drivers/net/ethernet/seeq/
H A Dether3.c774 ec->irqaddr = priv(dev)->base + data->base_offset; in ether3_probe()
777 priv(dev)->seeq = priv(dev)->base + data->base_offset; in ether3_probe()
861 .base_offset = 0,
866 .base_offset = 0x800,
H A Dether3.h171 unsigned long base_offset; member
/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c31 u32 base_offset; member
60 .base_offset = CORE_UDF_0_A_0_8_PORT_0 + UDF_SLICE_OFFSET,
90 .base_offset = CORE_UDF_0_B_0_8_PORT_0,
114 .base_offset = CORE_UDF_0_D_0_11_PORT_0,
161 u32 offset = layout->udfs[slice_num].base_offset; in bcm_sf2_cfp_udf_set()
/linux/include/linux/
H A Dpercpu.h81 unsigned long base_offset; /* base address offset */
80 unsigned long base_offset; /* base address offset */ global() member
/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-private.h212 __le64 base_offset; member
389 u32 base_offset; member
H A Ddprc.c573 region_desc->base_offset = le64_to_cpu(rsp_params->base_offset); in dprc_get_obj_region()
/linux/drivers/nubus/
H A Dnubus.c558 u32 base_offset; in nubus_get_functional_resource()
560 nubus_get_rsrc_mem(&base_offset, &ent, 4); in nubus_get_functional_resource() local
561 pr_debug(" memory offset: 0x%08x\n", base_offset); in nubus_get_functional_resource()
/linux/drivers/acpi/nfit/
H A Dnfit.h293 u64 base_offset; member
/linux/sound/soc/intel/avs/
H A Dregisters.h130 ((adev)->spec->sram->base_offset + \
/linux/sound/soc/codecs/
H A Dwm_adsp.c215 unsigned int base_offset;
222 .base_offset = HOST_BUFFER_FIELD(buf1_base),
227 .base_offset = HOST_BUFFER_FIELD(buf2_base),
232 .base_offset = HOST_BUFFER_FIELD(buf3_base),
1474 ret = wm_adsp_buffer_read(buf, caps->region_defs[i].base_offset,
213 unsigned int base_offset; global() member

12