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.c1220 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_CNR, 0, in quirk_usb_handoff_xhci()
1224 val = readl(op_reg_base + XHCI_STS_OFFSET); in quirk_usb_handoff_xhci()
1236 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_HALT, 1, in quirk_usb_handoff_xhci()
1239 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