Lines Matching refs:msg_addr_virt
872 void __iomem *msg_addr_virt = NULL; in adpt_install_hba() local
949 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()
1252 msg = pHba->msg_addr_virt + m; in adpt_i2o_post_this()
1345 memcpy_toio(pHba->msg_addr_virt+m, msg, sizeof(msg)); in adpt_i2o_reset_hba()
2135 msg = pHba->msg_addr_virt + old_m; in adpt_isr()
2763 msg = (u32 __iomem *)(pHba->msg_addr_virt + m); in adpt_send_nop()
2797 msg=(u32 __iomem *)(pHba->msg_addr_virt+m); in adpt_i2o_init_outbound_q()
2919 msg=(u32 __iomem *)(pHba->msg_addr_virt+m); in adpt_i2o_status_get()