Searched refs:snd_lim (Results 1 – 1 of 1) sorted by relevance
234 u32 snd_bottom, snd_lim = 0; in qib_remap_ioaddr32() local257 snd_lim = dd->uregbase; in qib_remap_ioaddr32()277 if (snd_lim == 0) { in qib_remap_ioaddr32()279 snd_lim = snd_bottom + tot2k; in qib_remap_ioaddr32()292 snd_lim = offs4k + tot4k; in qib_remap_ioaddr32()299 if (offset >= snd_bottom && offset < snd_lim) { in qib_remap_ioaddr32()302 cnt = snd_lim - offset; in qib_remap_ioaddr32()306 snd_lim = offs4k + tot4k + 2 * dd->align4k; in qib_remap_ioaddr32()307 if (offset >= (offs4k + tot4k) && offset < snd_lim) { in qib_remap_ioaddr32()310 cnt = snd_lim - offset; in qib_remap_ioaddr32()