Lines Matching refs:ipath_kregbase
259 if ((dd->ipath_flags & IPATH_PRESENT) && dd->ipath_kregbase) in ipath_count_units()
542 dd->ipath_kregbase = __ioremap(addr, len, in ipath_init_one()
545 dd->ipath_kregbase = ioremap_nocache(addr, len); in ipath_init_one()
548 if (!dd->ipath_kregbase) { in ipath_init_one()
555 ((void __iomem *)dd->ipath_kregbase + len); in ipath_init_one()
559 addr, dd->ipath_kregbase); in ipath_init_one()
617 iounmap((volatile void __iomem *) dd->ipath_kregbase); in ipath_init_one()
641 if (dd->ipath_kregbase) { in cleanup_device()
647 dd->ipath_kregbase = NULL; in cleanup_device()
785 ipath_cdbg(VERBOSE, "Unmapping kregbase %p\n", dd->ipath_kregbase); in ipath_remove_one()
786 iounmap((volatile void __iomem *) dd->ipath_kregbase); in ipath_remove_one()
2572 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) { in ipath_reset_device()