HelenOS sources

ohci_regs_t        62 uspace/drv/bus/usb/ohci/hc.c 		.size = sizeof(ohci_regs_t)
ohci_regs_t       115 uspace/drv/bus/usb/ohci/hc.c 	if (RNGSZ(regs) < sizeof(ohci_regs_t))
ohci_regs_t       135 uspace/drv/bus/usb/ohci/hc.c 	ohci_regs_t *registers = (ohci_regs_t *) RNGABSPTR(regs);
ohci_regs_t       159 uspace/drv/bus/usb/ohci/hc.c 	    hw_res->mem_ranges.ranges[0].size < sizeof(ohci_regs_t))
ohci_regs_t        65 uspace/drv/bus/usb/ohci/hc.h 	ohci_regs_t *registers;
ohci_regs_t       112 uspace/drv/bus/usb/ohci/ohci_rh.c errno_t ohci_rh_init(ohci_rh_t *instance, ohci_regs_t *regs,
ohci_regs_t        55 uspace/drv/bus/usb/ohci/ohci_rh.h 	ohci_regs_t *registers;
ohci_regs_t        68 uspace/drv/bus/usb/ohci/ohci_rh.h errno_t ohci_rh_init(ohci_rh_t *, ohci_regs_t *, fibril_mutex_t *, const char *);
HelenOS homepage, sources at GitHub