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           1155 uspace/drv/block/ahci/ahci.c 	physmem_map(RNGABS(hw_res_parsed.mem_ranges.ranges[0]),
RNGABS           1162 uspace/drv/block/ahci/ahci.c 	ahci_ranges[0].base = RNGABS(hw_res_parsed.mem_ranges.ranges[0]);
RNGABS             90 uspace/drv/block/ata_bd/main.c 	ata_res->cmd = RNGABS(*cmd_rng);
RNGABS             91 uspace/drv/block/ata_bd/main.c 	ata_res->ctl = RNGABS(*ctl_rng);
RNGABS            303 uspace/drv/block/ddisk/ddisk.c 	ddisk_res->base = RNGABS(*regs);
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            274 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            195 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           1962 uspace/drv/nic/e1k/e1k.c 	    MEMADDR_TO_PTR(RNGABS(hw_resources->mem_ranges.ranges[0]));
RNGABS           1050 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