Searched refs:base_offset (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/scsi/aic7xxx/ ! |
D | aic79xx_osm_pci.c | 280 u_long base_offset; in ahd_linux_pci_reserve_mem_region() local 291 base_offset = start - base_page; in ahd_linux_pci_reserve_mem_region() 297 *maddr = ioremap_nocache(base_page, base_offset + 512); in ahd_linux_pci_reserve_mem_region() 302 *maddr += base_offset; in ahd_linux_pci_reserve_mem_region()
|
/linux-2.6.39/drivers/gpu/drm/radeon/ ! |
D | r600_cs.c | 331 u64 base_offset, base_align; in r600_cs_track_validate_cb() local 357 base_offset = track->cb_color_bo_mc[i] + track->cb_color_bo_offset[i]; in r600_cs_track_validate_cb() 400 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_validate_cb() 402 base_offset, base_align, array_mode); in r600_cs_track_validate_cb() 472 u64 base_offset, base_align; in r600_cs_track_check() local 525 base_offset = track->db_bo_mc + track->db_offset; in r600_cs_track_check() 564 if (!IS_ALIGNED(base_offset, base_align)) { in r600_cs_track_check() 566 base_offset, base_align, array_mode); in r600_cs_track_check() 1275 u64 base_offset, in r600_check_texture_resource() argument 1293 base_offset <<= 8; in r600_check_texture_resource() [all …]
|
/linux-2.6.39/arch/ia64/mm/ ! |
D | discontig.c | 191 unsigned long base_offset; in setup_per_cpu_areas() local 206 base_offset = (void *)__per_cpu_start - base; in setup_per_cpu_areas() 249 gi->base_offset = __per_cpu_offset[cpu] + base_offset; in setup_per_cpu_areas()
|
/linux-2.6.39/drivers/net/arm/ ! |
D | ether3.h | 173 unsigned long base_offset; member
|
D | ether3.c | 798 ec->irqaddr = priv(dev)->base + data->base_offset; in ether3_probe() 801 priv(dev)->seeq = priv(dev)->base + data->base_offset; in ether3_probe() 881 .base_offset = 0, 886 .base_offset = 0x800,
|
/linux-2.6.39/drivers/pci/hotplug/ ! |
D | shpchp.h | 203 volatile u32 base_offset; member 220 BASE_OFFSET = offsetof(struct ctrl_reg, base_offset),
|
/linux-2.6.39/mm/ ! |
D | percpu.c | 1239 group_offsets[group] = gi->base_offset; in pcpu_setup_first_chunk() 1252 unit_off[cpu] = gi->base_offset + i * ai->unit_size; in pcpu_setup_first_chunk() 1531 gi->base_offset = unit * ai->unit_size; in pcpu_build_alloc_info() 1639 ai->groups[group].base_offset = areas[group] - base; in pcpu_embed_first_chunk() 1641 ai->groups[group].base_offset); in pcpu_embed_first_chunk()
|
/linux-2.6.39/include/linux/ ! |
D | percpu.h | 86 unsigned long base_offset; /* base address offset */ member
|