HelenOS sources
RNGABS 198 uspace/drv/audio/hdaudio/hdaudio.c hda->rwbase = RNGABS(res.mem_ranges.ranges[0]);
RNGABS 202 uspace/drv/audio/hdaudio/hdaudio.c RNGABS(res.mem_ranges.ranges[0]));
RNGABS 1148 uspace/drv/block/ahci/ahci.c physmem_map(RNGABS(hw_res_parsed.mem_ranges.ranges[0]),
RNGABS 1155 uspace/drv/block/ahci/ahci.c ahci_ranges[0].base = RNGABS(hw_res_parsed.mem_ranges.ranges[0]);
RNGABS 308 uspace/drv/block/ddisk/ddisk.c ddisk_res->base = RNGABS(*regs);
RNGABS 112 uspace/drv/block/isa-ide/main.c res->cmd1 = RNGABS(*cmd1_rng);
RNGABS 113 uspace/drv/block/isa-ide/main.c res->ctl1 = RNGABS(*ctl1_rng);
RNGABS 114 uspace/drv/block/isa-ide/main.c res->cmd2 = RNGABS(*cmd2_rng);
RNGABS 115 uspace/drv/block/isa-ide/main.c res->ctl2 = RNGABS(*ctl2_rng);
RNGABS 99 uspace/drv/block/pc-floppy/main.c res->regs = RNGABS(*regs_rng);
RNGABS 98 uspace/drv/block/pci-ide/main.c res->bmregs = RNGABS(*bmregs_rng);
RNGABS 84 uspace/drv/bus/adb/cuda_adb/main.c res->base = RNGABS(hw_res.io_ranges.ranges[0]);
RNGABS 130 uspace/drv/bus/usb/ehci/hc.c code->ranges[0].base = RNGABS(regs);
RNGABS 132 uspace/drv/bus/usb/ohci/hc.c code->ranges[0].base = RNGABS(regs);
RNGABS 139 uspace/drv/bus/usb/uhci/hc.c code->ranges[0].base = RNGABS(regs);
RNGABS 385 uspace/drv/bus/usb/xhci/hc.c .base = RNGABS(hc->mmio_range),
RNGABS 275 uspace/drv/char/i8042/i8042.c ranges[0].base = RNGABS(*regs);
RNGABS 84 uspace/drv/char/msim-con/main.c res->base = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 84 uspace/drv/char/pc-lpt/main.c res->base = RNGABS(hw_res.io_ranges.ranges[0]);
RNGABS 84 uspace/drv/char/pl011/main.c res->base = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 200 uspace/drv/char/pl050/pl050.c pl050->iobase = RNGABS(res.mem_ranges.ranges[0]);
RNGABS 84 uspace/drv/char/sun4v-con/main.c res->in_base = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 85 uspace/drv/char/sun4v-con/main.c res->out_base = RNGABS(hw_res.mem_ranges.ranges[1]);
RNGABS 84 uspace/drv/intctl/apic/main.c res->base = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 87 uspace/drv/intctl/gicv2/main.c res->distr_base = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 88 uspace/drv/intctl/gicv2/main.c res->cpui_base = RNGABS(hw_res.mem_ranges.ranges[1]);
RNGABS 84 uspace/drv/intctl/i8259/main.c res->base0 = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 85 uspace/drv/intctl/i8259/main.c res->base1 = RNGABS(hw_res.mem_ranges.ranges[1]);
RNGABS 84 uspace/drv/intctl/icp-ic/main.c res->base = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 84 uspace/drv/intctl/obio/main.c res->base = RNGABS(hw_res.mem_ranges.ranges[0]);
RNGABS 1961 uspace/drv/nic/e1k/e1k.c MEMADDR_TO_PTR(RNGABS(hw_resources->mem_ranges.ranges[0]));
RNGABS 1048 uspace/drv/nic/rtl8139/driver.c rtl8139->io_addr = IOADDR_TO_PTR(RNGABS(hw_resources->io_ranges.ranges[0]));
RNGABS 222 uspace/drv/nic/rtl8169/driver.c rtl8169->regs_phys = (void *)((size_t)RNGABS(hw_resources->io_ranges.ranges[0]));
RNGABS 126 uspace/lib/c/generic/device/hw_res_parsed.c s_address = RNGABS(out->io_ranges.ranges[i]);
RNGABS 134 uspace/lib/c/generic/device/hw_res_parsed.c RNGABS(out->io_ranges.ranges[count]) = absolute;
RNGABS 169 uspace/lib/c/generic/device/hw_res_parsed.c s_address = RNGABS(out->mem_ranges.ranges[i]);
RNGABS 177 uspace/lib/c/generic/device/hw_res_parsed.c RNGABS(out->mem_ranges.ranges[count]) = absolute;
RNGABS 52 uspace/lib/c/include/device/hw_res_parsed.h #define RNGABSPTR(rng) ((void *) ((uintptr_t) RNGABS((rng))))
RNGABS 52 uspace/lib/posix/include/libc/device/hw_res_parsed.h #define RNGABSPTR(rng) ((void *) ((uintptr_t) RNGABS((rng))))
HelenOS homepage, sources at GitHub