Searched defs:chip_phys (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c1502 u64 chip_phys = 0; local
1549 ioc->chip_phys = pci_resource_start(pdev, i);
1550 chip_phys = (u64)ioc->chip_phys;
1552 ioc->chip = ioremap(ioc->chip_phys, memap_sz);
1584 ioc->name, (unsigned long long)chip_phys, ioc->chip, memap_sz);
1594 if (ioc->chip_phys)
1596 ioc->chip_phys = 0;
4409 if (ioc->chip_phys && ioc->chip) {
4419 if (ioc->chip_phys
[all...]
H A Dmpt2sas_base.h665 * @chip_phys: physical addrss prior to mapping
808 resource_size_t chip_phys; member in struct:MPT2SAS_ADAPTER
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1787 u64 chip_phys = 0; local
1833 ioc->chip_phys = pci_resource_start(pdev, i);
1834 chip_phys = (u64)ioc->chip_phys;
1836 ioc->chip = ioremap(ioc->chip_phys, memap_sz);
1867 ioc->name, (unsigned long long)chip_phys, ioc->chip, memap_sz);
1876 if (ioc->chip_phys)
1878 ioc->chip_phys = 0;
4538 if (ioc->chip_phys && ioc->chip) {
4548 if (ioc->chip_phys
[all...]
H A Dmpt3sas_base.h599 * @chip_phys: physical addrss prior to mapping
741 resource_size_t chip_phys; member in struct:MPT3SAS_ADAPTER

Completed in 29 milliseconds