/linux-4.4.14/drivers/acpi/acpica/ |
D | utbuffer.c | 68 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer() argument 90 acpi_os_printf("%6.4X: ", (base_offset + i)); in acpi_ut_dump_buffer() 234 u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer_to_file() argument 257 acpi_ut_file_printf(file, "%6.4X: ", (base_offset + i)); in acpi_ut_dump_buffer_to_file()
|
D | acutils.h | 311 u32 count, u32 display, u32 base_offset);
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/pinctrl/ |
D | omap.h | 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/pinctrl/ |
D | omap.h | 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/linux-4.4.14/include/dt-bindings/pinctrl/ |
D | omap.h | 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/pinctrl/ |
D | omap.h | 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/pinctrl/ |
D | omap.h | 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/pinctrl/ |
D | omap.h | 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/pinctrl/ |
D | omap.h | 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_osm_pci.c | 279 u_long base_offset; in ahd_linux_pci_reserve_mem_region() local 290 base_offset = start - base_page; in ahd_linux_pci_reserve_mem_region() 296 *maddr = ioremap_nocache(base_page, base_offset + 512); in ahd_linux_pci_reserve_mem_region() 301 *maddr += base_offset; in ahd_linux_pci_reserve_mem_region()
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | conf_space.h | 63 unsigned int base_offset; member 69 #define OFFSET(cfg_entry) ((cfg_entry)->base_offset+(cfg_entry)->field->offset)
|
D | conf_space.c | 364 unsigned int base_offset) in xen_pcibk_config_add_field_offset() argument 379 cfg_entry->base_offset = base_offset; in xen_pcibk_config_add_field_offset()
|
D | pci_stub.c | 1313 cfg_entry->base_offset + in pcistub_quirk_show()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 946 u32 *base_offset) in bnad_get_flash_partition_by_offset() argument 980 *base_offset = flash_attr->part[i].part_off; in bnad_get_flash_partition_by_offset() 1001 u32 flash_part = 0, base_offset = 0; in bnad_get_eeprom() local 1010 eeprom->offset, &base_offset); in bnad_get_eeprom() 1021 eeprom->offset - base_offset, in bnad_get_eeprom() 1041 u32 flash_part = 0, base_offset = 0; in bnad_set_eeprom() local 1052 eeprom->offset, &base_offset); in bnad_set_eeprom() 1063 eeprom->offset - base_offset, in bnad_set_eeprom()
|
/linux-4.4.14/arch/ia64/mm/ |
D | discontig.c | 190 unsigned long base_offset; in setup_per_cpu_areas() local 205 base_offset = (void *)__per_cpu_start - base; in setup_per_cpu_areas() 248 gi->base_offset = __per_cpu_offset[cpu] + base_offset; in setup_per_cpu_areas()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 354 u64 base_offset, base_align; in r600_cs_track_validate_cb() local 379 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i]; in r600_cs_track_validate_cb() 422 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() 523 u64 base_offset, base_align; in r600_cs_track_validate_db() local 574 base_offset = track->db_bo_mc + track->db_offset; in r600_cs_track_validate_db() 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() 1472 u64 base_offset, in r600_check_texture_resource() argument 1491 base_offset <<= 8; in r600_check_texture_resource() [all …]
|
/linux-4.4.14/arch/x86/mm/ |
D | mpx.c | 141 int addr_offset, base_offset, indx_offset; in mpx_get_addr_ref() local 155 base_offset = get_reg_offset(insn, regs, REG_TYPE_BASE); in mpx_get_addr_ref() 156 if (base_offset < 0) in mpx_get_addr_ref() 163 base = regs_get_register(regs, base_offset); in mpx_get_addr_ref()
|
/linux-4.4.14/include/linux/ |
D | percpu.h | 62 unsigned long base_offset; /* base address offset */ member
|
/linux-4.4.14/drivers/net/ethernet/seeq/ |
D | ether3.h | 173 unsigned long base_offset; member
|
D | ether3.c | 779 ec->irqaddr = priv(dev)->base + data->base_offset; in ether3_probe() 782 priv(dev)->seeq = priv(dev)->base + data->base_offset; in ether3_probe() 862 .base_offset = 0, 867 .base_offset = 0x800,
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | shpchp.h | 202 volatile u32 base_offset; member 219 BASE_OFFSET = offsetof(struct ctrl_reg, base_offset),
|
/linux-4.4.14/drivers/thunderbolt/ |
D | tb_regs.h | 72 u32 base_offset:8; /* member
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.h | 135 u64 base_offset; member
|
D | nfit.c | 1050 return mmio->base_offset + line_offset + table_offset + sub_line_offset; in to_interleave_offset() 1117 u64 base_offset; in acpi_nfit_blk_single_io() local 1120 base_offset = nfit_blk->bdw_offset + dpa % L1_CACHE_BYTES in acpi_nfit_blk_single_io() 1130 offset = to_interleave_offset(base_offset + copied, in acpi_nfit_blk_single_io() 1135 offset = base_offset + nfit_blk->bdw_offset; in acpi_nfit_blk_single_io() 1384 mmio->base_offset = nfit_mem->memdev_bdw->region_offset; in acpi_nfit_blk_region_enable() 1407 mmio->base_offset = nfit_mem->memdev_dcr->region_offset; in acpi_nfit_blk_region_enable()
|
/linux-4.4.14/mm/ |
D | percpu.c | 1584 group_offsets[group] = gi->base_offset; in pcpu_setup_first_chunk() 1597 unit_off[cpu] = gi->base_offset + i * ai->unit_size; in pcpu_setup_first_chunk() 1895 gi->base_offset = unit * ai->unit_size; in pcpu_build_alloc_info() 2015 ai->groups[group].base_offset = areas[group] - base; in pcpu_embed_first_chunk() 2017 ai->groups[group].base_offset); in pcpu_embed_first_chunk()
|
/linux-4.4.14/drivers/staging/fsl-mc/include/ |
D | dprc.h | 473 u32 base_offset; member
|
/linux-4.4.14/drivers/staging/fsl-mc/bus/ |
D | mc-bus.c | 364 region_desc.base_offset, in fsl_mc_device_get_mmio_regions() 369 region_desc.base_offset, in fsl_mc_device_get_mmio_regions()
|
D | dprc.c | 1361 region_desc->base_offset = mc_dec(cmd.params[1], 0, 64); in dprc_get_obj_region()
|
/linux-4.4.14/drivers/dma/ |
D | qcom_bam_dma.c | 112 u32 base_offset; member 411 return bdev->regs + r.base_offset + in bam_addr()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 6181 u32 base_offset; in dgap_get_vpd() local 6218 base_offset = 0; in dgap_get_vpd() 6224 while (base_offset <= EXPANSION_ROM_SIZE) { in dgap_get_vpd() 6237 base_offset + 0x18); in dgap_get_vpd() 6248 base_offset += image_length; in dgap_get_vpd() 6250 byte1 = readb(brd->re_map_membase + base_offset); in dgap_get_vpd() 6251 byte2 = readb(brd->re_map_membase + base_offset + 1); in dgap_get_vpd()
|