Home
last modified time | relevance | path

Searched refs:dev_base (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/block/
Dmg_disk.c127 void __iomem *dev_base; member
190 host->error = inb((unsigned long)host->dev_base + MG_REG_ERROR); in mg_dump_status()
228 status = inb((unsigned long)host->dev_base + MG_REG_STATUS); in mg_wait()
229 status = inb((unsigned long)host->dev_base + MG_REG_STATUS); in mg_wait()
232 status = inb((unsigned long)host->dev_base + MG_REG_STATUS); in mg_wait()
259 status = inb((unsigned long)host->dev_base + MG_REG_STATUS); in mg_wait()
284 u32 status = inb((unsigned long)host->dev_base + MG_REG_STATUS); in mg_unexpected_intr()
354 outb(ATA_NIEN, (unsigned long)host->dev_base + MG_REG_DRV_CTRL); in mg_get_disk_id()
356 outb(MG_CMD_ID, (unsigned long)host->dev_base + MG_REG_COMMAND); in mg_get_disk_id()
362 host->id[i] = le16_to_cpu(inw((unsigned long)host->dev_base + in mg_get_disk_id()
[all …]
/linux-4.1.27/arch/x86/kernel/
Daperture_64.c274 int dev_base, dev_limit; in early_gart_iommu_check() local
277 dev_base = amd_nb_bus_dev_ranges[i].dev_base; in early_gart_iommu_check()
280 for (slot = dev_base; slot < dev_limit; slot++) { in early_gart_iommu_check()
330 int dev_base, dev_limit; in early_gart_iommu_check() local
333 dev_base = amd_nb_bus_dev_ranges[i].dev_base; in early_gart_iommu_check()
336 for (slot = dev_base; slot < dev_limit; slot++) { in early_gart_iommu_check()
371 int dev_base, dev_limit; in gart_iommu_hole_init() local
375 dev_base = amd_nb_bus_dev_ranges[i].dev_base; in gart_iommu_hole_init()
378 for (slot = dev_base; slot < dev_limit; slot++) { in gart_iommu_hole_init()
479 int bus, dev_base, dev_limit; in gart_iommu_hole_init() local
[all …]
/linux-4.1.27/arch/x86/pci/
Dmmconfig_32.c42 u32 dev_base = base | PCI_MMCFG_BUS_OFFSET(bus) | (devfn << 12); in pci_exp_set_dev_base() local
44 if (dev_base != mmcfg_last_accessed_device || in pci_exp_set_dev_base()
46 mmcfg_last_accessed_device = dev_base; in pci_exp_set_dev_base()
48 set_fixmap_nocache(FIX_PCIE_MCFG, dev_base); in pci_exp_set_dev_base()
Damd_bus.c366 u8 slot = amd_nb_bus_dev_ranges[i].dev_base; in pci_enable_pci_io_ecs()
/linux-4.1.27/arch/powerpc/sysdev/
Dfsl_pci.c587 u32 dev_base; member
637 u32 dev_base = bus->number << 24 | devfn << 16; in mpc83xx_pcie_remap_cfg() local
650 if (pcie->dev_base == dev_base) in mpc83xx_pcie_remap_cfg()
653 out_le32(pcie->cfg_type0 + PEX_OUTWIN0_TAL, dev_base); in mpc83xx_pcie_remap_cfg()
655 pcie->dev_base = dev_base; in mpc83xx_pcie_remap_cfg()
/linux-4.1.27/arch/x86/include/asm/
Damd_nb.h9 u8 dev_base; member
/linux-4.1.27/drivers/staging/media/dt3155v4l/
Ddt3155v4l.c844 dma_addr_t dev_base; in dt3155_alloc_coherent() local
858 mem->virt_base = dma_alloc_coherent(dev, size, &dev_base, in dt3155_alloc_coherent()
867 mem->device_base = dev_base; in dt3155_alloc_coherent()
874 dma_free_coherent(dev, size, mem->virt_base, dev_base); in dt3155_alloc_coherent()