| /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 | 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() 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/platform/x86/intel/pmt/ |
| H A D | class.c | 223 bir = GET_BIR(header->base_offset); in intel_pmt_populate_entry() 238 entry->base_addr = disc_res->end + 1 + header->base_offset; in intel_pmt_populate_entry() 256 header->base_offset; in intel_pmt_populate_entry() 268 GET_ADDRESS(header->base_offset); in intel_pmt_populate_entry() 278 GET_ADDRESS(header->base_offset); in intel_pmt_populate_entry()
|
| H A D | telemetry.c | 88 header->base_offset = readl(disc_table + TELEM_BASE_OFFSET); in pmt_telem_header_decode() 118 ep->header.base_offset = entry->header.base_offset; in pmt_telem_add_endpoint()
|
| H A D | telemetry.h | 16 u32 base_offset; member
|
| H A D | class.h | 35 u32 base_offset; member
|
| /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/include/net/netfilter/ |
| H A D | nf_tables_offload.h | 14 u32 base_offset; member 80 (__reg)->base_offset = \
|
| /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/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/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/include/linux/ |
| H A D | percpu.h | 80 unsigned long base_offset; /* base address offset */ 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 | 556 u32 base_offset; in nubus_get_functional_resource() local 558 nubus_get_rsrc_mem(&base_offset, &ent, 4); in nubus_get_functional_resource() 559 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 + \
|