| /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()
|
| /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()
|
| /drivers/gpu/drm/logicvc/ |
| A D | logicvc_layer.c | 269 u32 base_offset = layer->config.base_offset * layer_stride; in logicvc_layer_buffer_find_setup() local 292 if (fb_offset < base_offset) { in logicvc_layer_buffer_find_setup() 298 gap = fb_offset - base_offset; in logicvc_layer_buffer_find_setup() 330 layer->index, fb_offset - base_offset); in logicvc_layer_buffer_find_setup() 335 layer->index, fb_offset - base_offset); in logicvc_layer_buffer_find_setup() 419 &config->base_offset); in logicvc_layer_config_parse()
|
| A D | logicvc_layer.h | 30 u32 base_offset; member
|
| /drivers/platform/x86/intel/pmt/ |
| 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()
|
| 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()
|
| A D | telemetry.h | 16 u32 base_offset; member
|
| A D | class.h | 35 u32 base_offset; member
|
| /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()
|
| /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 | 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()
|
| /drivers/net/ethernet/brocade/bna/ |
| 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()
|
| /drivers/gpu/drm/radeon/ |
| A D | r600_cs.c | 354 u64 base_offset, base_align; in r600_cs_track_validate_cb() local 421 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_cb() 423 base_offset, base_align, array_mode); in r600_cs_track_validate_cb() 522 u64 base_offset, base_align; in r600_cs_track_validate_db() local 611 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_db() 613 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() 1569 if (!IS_ALIGNED(base_offset, base_align)) { in r600_check_texture_resource() 1955 u32 size, offset, base_offset, mip_offset; in r600_packet3_check() local [all …]
|
| /drivers/crypto/intel/qat/qat_common/ |
| 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()
|
| /drivers/crypto/hisilicon/ |
| A D | debugfs.c | 838 u32 j, base_offset; in dfx_regs_init() local 857 base_offset = diff_regs[i].reg_offset + in dfx_regs_init() 859 diff_regs[i].regs[j] = readl(qm->io_base + base_offset); in dfx_regs_init() 995 u32 j, val, base_offset; in hisi_qm_acc_diff_regs_dump() local 1011 base_offset = dregs[i].reg_offset + j * QM_DFX_REGS_LEN; in hisi_qm_acc_diff_regs_dump() 1012 val = readl(qm->io_base + base_offset); in hisi_qm_acc_diff_regs_dump() 1015 base_offset, dregs[i].regs[j], val); in hisi_qm_acc_diff_regs_dump()
|
| /drivers/net/ethernet/seeq/ |
| 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,
|
| A D | ether3.h | 171 unsigned long base_offset; member
|
| /drivers/pci/hotplug/ |
| A D | shpchp.h | 160 volatile u32 base_offset; member 177 BASE_OFFSET = offsetof(struct ctrl_reg, base_offset),
|
| /drivers/net/dsa/ |
| 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()
|
| /drivers/bus/fsl-mc/ |
| A D | fsl-mc-bus.c | 710 region_desc.base_offset; in fsl_mc_device_get_mmio_regions() 713 region_desc.base_offset, in fsl_mc_device_get_mmio_regions() 728 regions[i].start == region_desc.base_offset) in fsl_mc_device_get_mmio_regions() 735 region_desc.base_offset, in fsl_mc_device_get_mmio_regions()
|
| A D | fsl-mc-private.h | 212 __le64 base_offset; member 389 u32 base_offset; member
|
| A D | dprc.c | 573 region_desc->base_offset = le64_to_cpu(rsp_params->base_offset); in dprc_get_obj_region()
|
| /drivers/nubus/ |
| 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()
|
| /drivers/acpi/nfit/ |
| A D | nfit.h | 293 u64 base_offset; member
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_ddp.h | 341 __le16 base_offset; member
|