Lines Matching refs:ioremap
212 hose->cfg_addr = ioremap(addr->start + 0x800000, 0x1000); in setup_chaos()
213 hose->cfg_data = ioremap(addr->start + 0xc00000, 0x1000); in setup_chaos()
611 hose->cfg_addr = ioremap(addr->start + 0x800000, 0x1000); in setup_bandit()
612 hose->cfg_data = ioremap(addr->start + 0xc00000, 0x1000); in setup_bandit()
622 hose->cfg_addr = ioremap(addr->start + 0x800000, 0x1000); in setup_uninorth()
623 hose->cfg_data = ioremap(addr->start + 0xc00000, 0x1000); in setup_uninorth()
645 hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000); in setup_u3_agp()
646 hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000); in setup_u3_agp()
656 hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000); in setup_u4_pcie()
657 hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000); in setup_u4_pcie()
726 hose->cfg_data = ioremap(cfg_res.start, 0x02000000); in setup_u3_ht()
727 hose->cfg_addr = ioremap(self_res.start, resource_size(&self_res)); in setup_u3_ht()