| /linux/drivers/counter/ |
| A D | 104-quad-8.c | 142 flags = inb(base_offset + 1); in quad8_count_read() 153 base_offset + 1); in quad8_count_read() 182 outb(val >> (8 * i), base_offset); in quad8_count_write() 407 unsigned long base_offset; in quad8_events_configure() local 940 outb(prescaler, base_offset); in quad8_signal_fck_prescaler_write() 942 base_offset + 1); in quad8_signal_fck_prescaler_write() 1132 unsigned int base_offset; in quad8_probe() local 1164 base_offset = base[id] + 2 * i; in quad8_probe() 1168 outb(0, base_offset); in quad8_probe() 1170 base_offset + 1); in quad8_probe() [all …]
|
| /linux/sound/firewire/dice/ |
| 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/ |
| 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/acpi/acpica/ |
| 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/scsi/ |
| 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/tools/testing/selftests/x86/ |
| A D | fsgsbase.c | 481 unsigned long base_offset = USER_REGS_OFFSET(gs_base); in test_ptrace_write_gs_read_base() local 484 base = ptrace(PTRACE_PEEKUSER, child, base_offset, NULL); in test_ptrace_write_gs_read_base() 499 base = ptrace(PTRACE_PEEKUSER, child, base_offset, NULL); in test_ptrace_write_gs_read_base() 541 unsigned long base_offset = USER_REGS_OFFSET(gs_base); in test_ptrace_write_gsbase() local 551 if (ptrace(PTRACE_POKEUSER, child, base_offset, 0xFF) != 0) in test_ptrace_write_gsbase() 555 base = ptrace(PTRACE_PEEKUSER, child, base_offset, NULL); in test_ptrace_write_gsbase()
|
| /linux/drivers/scsi/aic7xxx/ |
| 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/drivers/platform/x86/intel/pmt/ |
| A D | class.c | 156 bir = GET_BIR(header->base_offset); in intel_pmt_populate_entry() 171 entry->base_addr = disc_res->end + 1 + header->base_offset; in intel_pmt_populate_entry() 189 header->base_offset; in intel_pmt_populate_entry() 204 GET_ADDRESS(header->base_offset); in intel_pmt_populate_entry()
|
| A D | class.h | 32 u32 base_offset; member
|
| /linux/include/dt-bindings/pinctrl/ |
| A D | omap.h | 74 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
| /linux/include/net/netfilter/ |
| A D | nf_tables_offload.h | 14 u32 base_offset; member 82 (__reg)->base_offset = \
|
| /linux/arch/ia64/mm/ |
| A D | discontig.c | 186 unsigned long base_offset; in setup_per_cpu_areas() local 201 base_offset = (void *)__per_cpu_start - base; in setup_per_cpu_areas() 244 gi->base_offset = __per_cpu_offset[cpu] + base_offset; in setup_per_cpu_areas()
|
| /linux/drivers/gpio/ |
| A D | gpio-104-idi-48.c | 69 unsigned base_offset; in idi_48_gpio_get() local 74 base_offset = register_offset[i / 8]; in idi_48_gpio_get() 77 return !!(inb(idi48gpio->base + base_offset) & mask); in idi_48_gpio_get()
|
| /linux/drivers/xen/xen-pciback/ |
| A D | conf_space.h | 64 unsigned int base_offset; member 75 #define OFFSET(cfg_entry) ((cfg_entry)->base_offset+(cfg_entry)->field->offset)
|
| A D | conf_space.c | 390 unsigned int base_offset) in xen_pcibk_config_add_field_offset() argument 405 cfg_entry->base_offset = base_offset; in xen_pcibk_config_add_field_offset()
|
| /linux/drivers/gpu/drm/i915/display/ |
| A D | intel_dsi_vbt.c | 64 #define VLV_GPIO_PCONF0(base_offset) (base_offset) argument 65 #define VLV_GPIO_PAD_VAL(base_offset) ((base_offset) + 8) argument 68 u16 base_offset; member 259 pconf0 = VLV_GPIO_PCONF0(map->base_offset); in vlv_exec_gpio() 260 padval = VLV_GPIO_PAD_VAL(map->base_offset); in vlv_exec_gpio()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| A D | bnad_ethtool.c | 892 u32 *base_offset) in bnad_get_flash_partition_by_offset() argument 926 *base_offset = flash_attr->part[i].part_off; in bnad_get_flash_partition_by_offset() 947 u32 flash_part = 0, base_offset = 0; in bnad_get_eeprom() local 956 eeprom->offset, &base_offset); in bnad_get_eeprom() 967 eeprom->offset - base_offset, in bnad_get_eeprom() 987 u32 flash_part = 0, base_offset = 0; in bnad_set_eeprom() local 998 eeprom->offset, &base_offset); in bnad_set_eeprom() 1009 eeprom->offset - base_offset, in bnad_set_eeprom()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | r600_cs.c | 356 u64 base_offset, base_align; in r600_cs_track_validate_cb() local 423 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_cb() 425 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 613 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_db() 615 base_offset, base_align, array_mode); in r600_cs_track_validate_db() 1474 u64 base_offset, in r600_check_texture_resource() argument 1493 base_offset <<= 8; in r600_check_texture_resource() 1571 if (!IS_ALIGNED(base_offset, base_align)) { in r600_check_texture_resource() 1957 u32 size, offset, base_offset, mip_offset; in r600_packet3_check() local [all …]
|
| /linux/arch/x86/lib/ |
| A D | insn-eval.c | 1109 int *base_offset, long *eff_addr) in get_eff_addr_sib() argument 1135 *base_offset = get_reg_offset(insn, regs, REG_TYPE_BASE); in get_eff_addr_sib() 1143 if (*base_offset == -EDOM) in get_eff_addr_sib() 1145 else if (*base_offset < 0) in get_eff_addr_sib() 1148 base = regs_get_register(regs, *base_offset); in get_eff_addr_sib()
|
| /linux/tools/perf/util/ |
| A D | genelf.c | 155 uint64_t unwinding_size, uint64_t base_offset) in jit_add_eh_frame_info() argument 192 shdr->sh_addr = base_offset; in jit_add_eh_frame_info() 226 shdr->sh_addr = base_offset + unwinding_table_size; in jit_add_eh_frame_info()
|
| /linux/tools/testing/nvdimm/test/ |
| A D | ndtest.h | 57 u64 base_offset; member
|
| /linux/drivers/net/ethernet/seeq/ |
| A D | ether3.c | 773 ec->irqaddr = priv(dev)->base + data->base_offset; in ether3_probe() 776 priv(dev)->seeq = priv(dev)->base + data->base_offset; in ether3_probe() 857 .base_offset = 0, 862 .base_offset = 0x800,
|
| A D | ether3.h | 171 unsigned long base_offset; member
|
| /linux/drivers/pci/hotplug/ |
| A D | shpchp.h | 178 volatile u32 base_offset; member 195 BASE_OFFSET = offsetof(struct ctrl_reg, base_offset),
|
| /linux/include/linux/ |
| A D | percpu.h | 69 unsigned long base_offset; /* base address offset */ member
|