Searched defs:rng_caddr_low (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c547 * - rng_caddr_low is the base address
550 * preg_cell_p[i], rng_caddr_low and ebus_rp->size are sufficient.
557 uint32_t addr_offset, rng_caddr_hi, rng_caddr_low, rng_sz; local
575 rng_caddr_low = rng_cell_p[1];
583 if (req_addr < rng_caddr_low)
587 > (rng_caddr_low + rng_sz - 1))
590 addr_offset = req_addr - rng_caddr_low;

Completed in 45 milliseconds