Home
last modified time | relevance | path

Searched refs:XHCI_STS_OFFSET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-ext-caps.h23 #define XHCI_STS_OFFSET 0x04 macro
H A Dpci-quirks.c1211 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_CNR, 0, in quirk_usb_handoff_xhci()
1215 val = readl(op_reg_base + XHCI_STS_OFFSET); in quirk_usb_handoff_xhci()
1227 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_HALT, 1, in quirk_usb_handoff_xhci()
1230 val = readl(op_reg_base + XHCI_STS_OFFSET); in quirk_usb_handoff_xhci()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1158 #define XHCI_STS_OFFSET 0x04 macro