Home
last modified time | relevance | path

Searched refs:gmmio_virt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Docxl_hw.h36 void __iomem *gmmio_virt; /* Global MMIO map */ member
H A Docxl_hw.c692 if (afu->gmmio_virt) { in ocxlflash_unconfig_afu()
693 iounmap(afu->gmmio_virt); in ocxlflash_unconfig_afu()
694 afu->gmmio_virt = NULL; in ocxlflash_unconfig_afu()
827 afu->gmmio_virt = ioremap(gmmio, acfg->global_mmio_size); in ocxlflash_map_mmio()
828 if (unlikely(!afu->gmmio_virt)) { in ocxlflash_map_mmio()