Searched refs:msg_addr_virt (Results 1 – 2 of 2) sorted by relevance
872 void __iomem *msg_addr_virt = NULL; in adpt_install_hba() local949 msg_addr_virt = ioremap(base_addr1_phys, hba_map1_area_size ); in adpt_install_hba()950 if (!msg_addr_virt) { in adpt_install_hba()957 msg_addr_virt = base_addr_virt; in adpt_install_hba()963 if (msg_addr_virt != base_addr_virt) in adpt_install_hba()964 iounmap(msg_addr_virt); in adpt_install_hba()990 pHba->msg_addr_virt = msg_addr_virt; in adpt_install_hba()1020 printk(KERN_INFO" BAR1 %p - size= %x\n",msg_addr_virt,hba_map1_area_size); in adpt_install_hba()1066 if(pHba->msg_addr_virt != pHba->base_addr_virt){ in adpt_i2o_delete_hba()1067 iounmap(pHba->msg_addr_virt); in adpt_i2o_delete_hba()[all …]
217 void __iomem *msg_addr_virt; member