Home
last modified time | relevance | path

Searched refs:XHCI_HC_LENGTH (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-ext-caps.h29 #define XHCI_HC_LENGTH(p) (((p)>>00)&0x00ff) macro
H A Dpci-quirks.c1206 op_reg_base = base + XHCI_HC_LENGTH(readl(base)); in quirk_usb_handoff_xhci()
H A Dxhci.h67 #define HC_LENGTH(p) XHCI_HC_LENGTH(p)
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h92 #define HC_LENGTH(p) XHCI_HC_LENGTH(p)
1164 #define XHCI_HC_LENGTH(p) (((p) >> 00) & 0x00ff) macro