Searched refs:chip_phys (Results 1 – 2 of 2) sorted by relevance
344 base_chain_phys = ioc->chip_phys + MPI_FRAME_START_OFFSET + in _base_get_chain_phys()3563 if (ioc->chip_phys) { in mpt3sas_base_unmap_resources()3565 ioc->chip_phys = 0; in mpt3sas_base_unmap_resources()3627 phys_addr_t chip_phys = 0; in mpt3sas_base_map_resources() local3668 ioc->chip_phys = pci_resource_start(pdev, i); in mpt3sas_base_map_resources()3669 chip_phys = ioc->chip_phys; in mpt3sas_base_map_resources()3671 ioc->chip = ioremap(ioc->chip_phys, memap_sz); in mpt3sas_base_map_resources()3762 &chip_phys, ioc->chip, memap_sz); in mpt3sas_base_map_resources()8374 if (ioc->chip_phys && ioc->chip) { in mpt3sas_base_free_resources()
1340 phys_addr_t chip_phys; member