Lines Matching defs:regoffs
330 * @regoffs: the offset from BAR0 (_NOT_ full pointer, anymore)
340 u32 regoffs, size_t count)
347 reg_addr = (const u64 __iomem *)qib_remap_ioaddr32(dd, regoffs, &limit);
375 * @regoffs: the offset from BAR0 (_NOT_ full pointer, anymore)
383 static int qib_write_umem64(struct qib_devdata *dd, u32 regoffs,
391 reg_addr = (u64 __iomem *)qib_remap_ioaddr32(dd, regoffs, &limit);
422 * @regoffs: the offset from BAR0 (_NOT_ full pointer, anymore)
429 u32 regoffs, size_t count)
436 reg_addr = qib_remap_ioaddr32(dd, regoffs, &limit);
466 * @regoffs: the offset from BAR0 (_NOT_ full pointer, anymore)
474 static int qib_write_umem32(struct qib_devdata *dd, u32 regoffs,
482 reg_addr = qib_remap_ioaddr32(dd, regoffs, &limit);