Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dqla1280.c974 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()
Dqla1280.h1024 unsigned char *mmpbase; /* memory mapped address */ member