Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ctxts.h29 __field(void __iomem *, piobase)
41 __entry->piobase = uctxt->sc->base_addr;
54 __entry->piobase,
H A Dpcie.c142 dd->piobase = ioremap_wc(addr + TXE_PIO_SEND, TXE_PIO_SIZE); in hfi1_pcie_ddinit()
143 if (!dd->piobase) { in hfi1_pcie_ddinit()
147 dd_dev_info(dd, "WC piobase: %p for %x\n", dd->piobase, TXE_PIO_SIZE); in hfi1_pcie_ddinit()
189 if (dd->piobase) in hfi1_pcie_ddcleanup()
190 iounmap(dd->piobase); in hfi1_pcie_ddcleanup()
191 dd->piobase = NULL; in hfi1_pcie_ddcleanup()
H A Dpio.c720 sc->base_addr = dd->piobase + ((hw_context & PIO_ADDR_CONTEXT_MASK) in sc_alloc()
H A Dhfi.h1085 void __iomem *piobase; member
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_pcie.c163 if (dd->piobase) in qib_pcie_ddcleanup()
164 iounmap(dd->piobase); in qib_pcie_ddcleanup()
H A Dqib_init.c1766 dd->piobase = qib_piobase; in init_chip_wc_pat()
1768 (((char __iomem *) dd->piobase) + in init_chip_wc_pat()
1772 (((char __iomem *) dd->piobase) + in init_chip_wc_pat()
H A Dqib_diag.c307 map = (u32 __iomem *)dd->piobase + (offset / sizeof(u32)); in qib_remap_ioaddr32()
H A Dqib.h739 void __iomem *piobase; member