Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/qib/
Dqib_init.c1700 u64 __iomem *qib_kregbase = NULL; in init_chip_wc_pat() local
1745 qib_kregbase = ioremap(qib_physaddr, qib_kreglen); in init_chip_wc_pat()
1746 if (!qib_kregbase) in init_chip_wc_pat()
1760 dd->kregbase = qib_kregbase; in init_chip_wc_pat()
1762 ((char __iomem *) qib_kregbase + qib_kreglen); in init_chip_wc_pat()
1779 iounmap(qib_kregbase); in init_chip_wc_pat()