Lines Matching refs:msg_addr_virt
824 void __iomem *msg_addr_virt = NULL; in adpt_install_hba() local
901 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()
1204 msg = pHba->msg_addr_virt + m; in adpt_i2o_post_this()
1296 memcpy_toio(pHba->msg_addr_virt+m, msg, sizeof(msg)); in adpt_i2o_reset_hba()
1882 msg = pHba->msg_addr_virt + old_m; in adpt_isr()
2482 msg = (u32 __iomem *)(pHba->msg_addr_virt + m); in adpt_send_nop()
2516 msg=(u32 __iomem *)(pHba->msg_addr_virt+m); in adpt_i2o_init_outbound_q()
2636 msg=(u32 __iomem *)(pHba->msg_addr_virt+m); in adpt_i2o_status_get()