Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/qib/
Dqib_init.c1716 u64 __iomem *qib_kregbase = NULL; in init_chip_wc_pat() local
1761 qib_kregbase = ioremap(qib_physaddr, qib_kreglen); in init_chip_wc_pat()
1762 if (!qib_kregbase) in init_chip_wc_pat()
1776 dd->kregbase = qib_kregbase; in init_chip_wc_pat()
1778 ((char __iomem *) qib_kregbase + qib_kreglen); in init_chip_wc_pat()
1795 iounmap(qib_kregbase); in init_chip_wc_pat()