Searched refs:fOperationalRegisters (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp276 fOperationalRegisters(NULL),
321 (void **)&fOperationalRegisters);
327 TRACE("mapped operational registers: %p\n", fOperationalRegisters);
2636 *(volatile uint32 *)(fOperationalRegisters + reg) = value;
2643 return *(volatile uint32 *)(fOperationalRegisters + reg);
H A Dohci.h192 uint8 * fOperationalRegisters; member in class:OHCI
H A Dehci.h203 uint8 * fOperationalRegisters; member in class:EHCI
H A Dehci.cpp321 fOperationalRegisters(NULL),
448 fOperationalRegisters = fCapabilityRegisters + ReadCapReg8(EHCI_CAPLENGTH);
450 TRACE("mapped operational registers: 0x%p\n", fOperationalRegisters);
3051 *(volatile uint32 *)(fOperationalRegisters + reg) = value;
3058 return *(volatile uint32 *)(fOperationalRegisters + reg);

Completed in 120 milliseconds