Searched refs:msg_addr_virt (Results 1 – 2 of 2) sorted by relevance
914 void __iomem *msg_addr_virt = NULL; in adpt_install_hba() local991 msg_addr_virt = ioremap(base_addr1_phys, hba_map1_area_size ); in adpt_install_hba()992 if (!msg_addr_virt) { in adpt_install_hba()999 msg_addr_virt = base_addr_virt; in adpt_install_hba()1005 if (msg_addr_virt != base_addr_virt) in adpt_install_hba()1006 iounmap(msg_addr_virt); in adpt_install_hba()1032 pHba->msg_addr_virt = msg_addr_virt; in adpt_install_hba()1062 printk(KERN_INFO" BAR1 %p - size= %x\n",msg_addr_virt,hba_map1_area_size); in adpt_install_hba()1110 if(pHba->msg_addr_virt != pHba->base_addr_virt){ in adpt_i2o_delete_hba()1111 iounmap(pHba->msg_addr_virt); in adpt_i2o_delete_hba()[all …]
221 void __iomem *msg_addr_virt; member