Searched refs:base_offset (Results 1 – 11 of 11) sorted by relevance
/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()
|
/drivers/xen/xen-pciback/ |
D | conf_space.h | 63 unsigned int base_offset; member 67 #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 | 1281 cfg_entry->base_offset + in pcistub_quirk_show()
|
/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 941 u32 *base_offset) in bnad_get_flash_partition_by_offset() argument 975 *base_offset = flash_attr->part[i].part_off; in bnad_get_flash_partition_by_offset() 996 u32 flash_part = 0, base_offset = 0; in bnad_get_eeprom() local 1007 eeprom->offset, &base_offset); in bnad_get_eeprom() 1018 eeprom->offset - base_offset, in bnad_get_eeprom() 1038 u32 flash_part = 0, base_offset = 0; in bnad_set_eeprom() local 1049 eeprom->offset, &base_offset); in bnad_set_eeprom() 1060 eeprom->offset - base_offset, in bnad_set_eeprom()
|
/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() 1457 u64 base_offset, in r600_check_texture_resource() argument 1476 base_offset <<= 8; in r600_check_texture_resource() [all …]
|
/drivers/acpi/acpica/ |
D | utdebug.c | 562 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset) in acpi_ut_dump_buffer() argument 584 acpi_os_printf("%6.4X: ", (base_offset + i)); in acpi_ut_dump_buffer()
|
/drivers/net/ethernet/seeq/ |
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,
|
D | ether3.h | 173 unsigned long base_offset; member
|
/drivers/pci/hotplug/ |
D | shpchp.h | 202 volatile u32 base_offset; member 219 BASE_OFFSET = offsetof(struct ctrl_reg, base_offset),
|
/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 543 uint32_t width, height, base_offset; in qxl_crtc_mode_set() local 574 base_offset = 0; in qxl_crtc_mode_set() 591 qxl_io_create_primary(qdev, width, height, base_offset, bo); in qxl_crtc_mode_set()
|