HelenOS sources

ehci_regs_t       104 uspace/drv/bus/usb/ehci/ehci_rh.c errno_t ehci_rh_init(ehci_rh_t *instance, ehci_caps_regs_t *caps, ehci_regs_t *regs,
ehci_regs_t        56 uspace/drv/bus/usb/ehci/ehci_rh.h 	ehci_regs_t *registers;
ehci_regs_t        83 uspace/drv/bus/usb/ehci/ehci_rh.h     ehci_regs_t *regs, fibril_mutex_t *guard, const char *name);
ehci_regs_t        61 uspace/drv/bus/usb/ehci/hc.c 		.size = sizeof(ehci_regs_t)
ehci_regs_t       113 uspace/drv/bus/usb/ehci/hc.c 	if (RNGSZ(regs) < sizeof(ehci_regs_t))
ehci_regs_t       134 uspace/drv/bus/usb/ehci/hc.c 	ehci_regs_t *registers =
ehci_regs_t       135 uspace/drv/bus/usb/ehci/hc.c 	    (ehci_regs_t *)(RNGABSPTR(regs) + EHCI_RD8(instance->caps->caplength));
ehci_regs_t       160 uspace/drv/bus/usb/ehci/hc.c 	    (sizeof(ehci_caps_regs_t) + sizeof(ehci_regs_t)))
ehci_regs_t        64 uspace/drv/bus/usb/ehci/hc.h 	ehci_regs_t *registers;
HelenOS homepage, sources at GitHub