HelenOS sources
xhci_dword_t 215 uspace/drv/bus/usb/xhci/hc.c uintptr_t xec_offset = XHCI_REG_RD(hc->cap_regs, XHCI_CAP_XECP) * sizeof(xhci_dword_t);
xhci_dword_t 72 uspace/drv/bus/usb/xhci/hw_struct/common.h static inline void xhci_dword_set_bits(xhci_dword_t *storage, uint32_t value,
xhci_dword_t 96 uspace/drv/bus/usb/xhci/hw_struct/common.h static inline int xhci_reg_wait(xhci_dword_t *reg, uint32_t mask,
xhci_dword_t 51 uspace/drv/bus/usb/xhci/hw_struct/context.h xhci_dword_t data[2];
xhci_dword_t 53 uspace/drv/bus/usb/xhci/hw_struct/context.h xhci_dword_t data3;
xhci_dword_t 54 uspace/drv/bus/usb/xhci/hw_struct/context.h xhci_dword_t reserved[3];
xhci_dword_t 122 uspace/drv/bus/usb/xhci/hw_struct/context.h xhci_dword_t data [4];
xhci_dword_t 123 uspace/drv/bus/usb/xhci/hw_struct/context.h xhci_dword_t reserved [4];
xhci_dword_t 510 uspace/drv/bus/usb/xhci/hw_struct/regs.h xhci_dword_t psi;
xhci_dword_t 536 uspace/drv/bus/usb/xhci/hw_struct/regs.h xhci_dword_t header;
xhci_dword_t 537 uspace/drv/bus/usb/xhci/hw_struct/regs.h xhci_dword_t cap_specific[];
xhci_dword_t 566 uspace/drv/bus/usb/xhci/hw_struct/regs.h return (xhci_extcap_t *) (((xhci_dword_t *) cur) + dword_offset);
xhci_dword_t 575 uspace/drv/bus/usb/xhci/hw_struct/regs.h return (xhci_psi_t *) (((xhci_dword_t *) ec) + dword_offset);
xhci_dword_t 591 uspace/drv/bus/usb/xhci/hw_struct/regs.h xhci_dword_t usblegctlsts;
xhci_dword_t 104 uspace/drv/bus/usb/xhci/hw_struct/trb.h xhci_dword_t status;
xhci_dword_t 105 uspace/drv/bus/usb/xhci/hw_struct/trb.h xhci_dword_t control;
xhci_dword_t 215 uspace/drv/bus/usb/xhci/hw_struct/trb.h xhci_dword_t size; /* only low 16 bits, the rest is RsvdZ */
xhci_dword_t 216 uspace/drv/bus/usb/xhci/hw_struct/trb.h xhci_dword_t _reserved;
HelenOS homepage, sources at GitHub