Home
last modified time | relevance | path

Searched refs:qib_kregbase (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_init.c1703 u64 __iomem *qib_kregbase = NULL; in init_chip_wc_pat() local
1748 qib_kregbase = ioremap(qib_physaddr, qib_kreglen); in init_chip_wc_pat()
1749 if (!qib_kregbase) in init_chip_wc_pat()
1763 dd->kregbase = qib_kregbase; in init_chip_wc_pat()
1765 ((char __iomem *) qib_kregbase + qib_kreglen); in init_chip_wc_pat()
1782 iounmap(qib_kregbase); in init_chip_wc_pat()