Searched refs:msg_addr_virt (Results 1 – 2 of 2) sorted by relevance
917 void __iomem *msg_addr_virt = NULL; in adpt_install_hba() local994 msg_addr_virt = ioremap(base_addr1_phys, hba_map1_area_size ); in adpt_install_hba()995 if (!msg_addr_virt) { in adpt_install_hba()1002 msg_addr_virt = base_addr_virt; in adpt_install_hba()1008 if (msg_addr_virt != base_addr_virt) in adpt_install_hba()1009 iounmap(msg_addr_virt); in adpt_install_hba()1035 pHba->msg_addr_virt = msg_addr_virt; in adpt_install_hba()1065 printk(KERN_INFO" BAR1 %p - size= %x\n",msg_addr_virt,hba_map1_area_size); in adpt_install_hba()1111 if(pHba->msg_addr_virt != pHba->base_addr_virt){ in adpt_i2o_delete_hba()1112 iounmap(pHba->msg_addr_virt); in adpt_i2o_delete_hba()[all …]
220 void __iomem *msg_addr_virt; member