Home
last modified time | relevance | path

Searched refs:remap_pci_mem (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/block/
Dcpqarray.c141 static void __iomem *remap_pci_mem(ulong base, ulong size);
689 c->vaddr = remap_pci_mem(c->paddr, 128); in cpqarray_pci_init()
714 static void __iomem *remap_pci_mem(ulong base, ulong size) in remap_pci_mem() function
Dcciss.c2991 static void __iomem *remap_pci_mem(ulong base, ulong size) in remap_pci_mem() function
4209 h->cfgtable = remap_pci_mem(pci_resource_start(h->pdev, in cciss_find_cfgtables()
4218 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in cciss_find_cfgtables()
4354 h->vaddr = remap_pci_mem(h->paddr, 0x250); in cciss_pci_init()
4691 vaddr = remap_pci_mem(paddr, 0x250); in cciss_kdump_hard_reset_controller()
4700 cfgtable = remap_pci_mem(pci_resource_start(pdev, in cciss_kdump_hard_reset_controller()
/linux-4.1.27/drivers/scsi/
Dhpsa.c5360 static void __iomem *remap_pci_mem(ulong base, ulong size) in remap_pci_mem() function
5785 vaddr = remap_pci_mem(paddr, 0x250); in hpsa_kdump_hard_reset_controller()
5794 cfgtable = remap_pci_mem(pci_resource_start(pdev, in hpsa_kdump_hard_reset_controller()
6079 h->cfgtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables()
6090 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables()
6297 h->vaddr = remap_pci_mem(h->paddr, 0x250); in hpsa_pci_init()
7356 remap_pci_mem(pci_resource_start(h->pdev, in hpsa_enter_performant_mode()
/linux-4.1.27/Documentation/scsi/
DChangeLog.ncr53c8xx222 - The SISL RAID change requires now remap_pci_mem() stuff to be
DChangeLog.sym53c8xx479 - The SISL RAID change requires now remap_pci_mem() stuff to be