Searched refs:msg_addr_virt (Results 1 – 2 of 2) sorted by relevance
824 void __iomem *msg_addr_virt = NULL; in adpt_install_hba() local901 msg_addr_virt = ioremap(base_addr1_phys, hba_map1_area_size ); in adpt_install_hba()902 if (!msg_addr_virt) { in adpt_install_hba()909 msg_addr_virt = base_addr_virt; in adpt_install_hba()915 if (msg_addr_virt != base_addr_virt) in adpt_install_hba()916 iounmap(msg_addr_virt); in adpt_install_hba()942 pHba->msg_addr_virt = msg_addr_virt; in adpt_install_hba()972 printk(KERN_INFO" BAR1 %p - size= %x\n",msg_addr_virt,hba_map1_area_size); in adpt_install_hba()1018 if(pHba->msg_addr_virt != pHba->base_addr_virt){ in adpt_i2o_delete_hba()1019 iounmap(pHba->msg_addr_virt); in adpt_i2o_delete_hba()[all …]
217 void __iomem *msg_addr_virt; member