| /linux/sound/firewire/dice/ |
| H A D | dice-extension.c | 60 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 D | deflate_xip_data.sh | 39 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 D | fdomain_isa.c | 64 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 D | utbuffer.c | 27 * 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 D | aic79xx_osm_pci.c | 260 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 D | omap.h | 74 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | conf_space.h | 64 unsigned int base_offset; member 75 #define OFFSET(cfg_entry) ((cfg_entry)->base_offset+(cfg_entry)->field->offset)
|
| H A D | conf_space.c | 397 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 D | bnad_ethtool.c | 896 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 D | hda-mlink.c | 114 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 D | r600_cs.c | 354 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 D | genelf.c | 77 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 D | adf_rl.c | 268 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 D | logicvc_layer.h | 30 u32 base_offset; member
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.h | 26 u64 base_offset; member
|
| /linux/drivers/net/ethernet/seeq/ |
| H A D | ether3.c | 774 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 D | ether3.h | 171 unsigned long base_offset; member
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2_cfp.c | 31 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 D | percpu.h | 81 unsigned long base_offset; /* base address offset */ 80 unsigned long base_offset; /* base address offset */ global() member
|
| /linux/drivers/bus/fsl-mc/ |
| H A D | fsl-mc-private.h | 212 __le64 base_offset; member 389 u32 base_offset; member
|
| H A D | dprc.c | 573 region_desc->base_offset = le64_to_cpu(rsp_params->base_offset); in dprc_get_obj_region()
|
| /linux/drivers/nubus/ |
| H A D | nubus.c | 558 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 D | nfit.h | 293 u64 base_offset; member
|
| /linux/sound/soc/intel/avs/ |
| H A D | registers.h | 130 ((adev)->spec->sram->base_offset + \
|
| /linux/sound/soc/codecs/ |
| H A D | wm_adsp.c | 215 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
|