Lines Matching refs:msg_addr_virt
917 void __iomem *msg_addr_virt = NULL; in adpt_install_hba() local
994 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()
1297 msg = pHba->msg_addr_virt + m; in adpt_i2o_post_this()
1390 memcpy_toio(pHba->msg_addr_virt+m, msg, sizeof(msg)); in adpt_i2o_reset_hba()
2180 msg = pHba->msg_addr_virt + old_m; in adpt_isr()
2803 msg = (u32 __iomem *)(pHba->msg_addr_virt + m); in adpt_send_nop()
2837 msg=(u32 __iomem *)(pHba->msg_addr_virt+m); in adpt_i2o_init_outbound_q()
2959 msg=(u32 __iomem *)(pHba->msg_addr_virt+m); in adpt_i2o_status_get()