Searched refs:snd_lim (Results 1 – 1 of 1) sorted by relevance
238 u32 snd_bottom, snd_lim = 0; in qib_remap_ioaddr32() local262 snd_lim = dd->uregbase; in qib_remap_ioaddr32()282 if (snd_lim == 0) { in qib_remap_ioaddr32()285 snd_lim = snd_bottom + tot2k; in qib_remap_ioaddr32()298 snd_lim = offs4k + tot4k; in qib_remap_ioaddr32()305 if (offset >= snd_bottom && offset < snd_lim) { in qib_remap_ioaddr32()308 cnt = snd_lim - offset; in qib_remap_ioaddr32()312 snd_lim = offs4k + tot4k + 2 * dd->align4k; in qib_remap_ioaddr32()313 if (offset >= (offs4k + tot4k) && offset < snd_lim) { in qib_remap_ioaddr32()316 cnt = snd_lim - offset; in qib_remap_ioaddr32()