Searched refs:mmpbase (Results 1 – 2 of 2) sorted by relevance
974 host->base = (unsigned long)ha->mmpbase; in qla1280_do_device_init()1030 if (ha->mmpbase) in qla1280_do_device_init()1031 iounmap((void *)(((unsigned long) ha->mmpbase) & PAGE_MASK)); in qla1280_do_device_init()1204 if (ha->mmpbase) in qla1280_release()1205 iounmap(ha->mmpbase); in qla1280_release()2336 ha->mmpbase = ioremap(base, size); in qla1280_pci_config()2337 if (ha->mmpbase) { in qla1280_pci_config()2338 ha->iobase = (struct device_reg *)ha->mmpbase; in qla1280_pci_config()
1024 unsigned char *mmpbase; /* memory mapped address */ member