Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_init.c1717 u64 __iomem *qib_kregbase = NULL; in init_chip_wc_pat() local
1762 qib_kregbase = ioremap(qib_physaddr, qib_kreglen); in init_chip_wc_pat()
1763 if (!qib_kregbase) in init_chip_wc_pat()
1777 dd->kregbase = qib_kregbase; in init_chip_wc_pat()
1779 ((char __iomem *) qib_kregbase + qib_kreglen); in init_chip_wc_pat()
1796 iounmap(qib_kregbase); in init_chip_wc_pat()