Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ext-caps.h23 #define XHCI_STS_OFFSET 0x04 macro
H A Dpci-quirks.c1213 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_CNR, 0, in quirk_usb_handoff_xhci()
1217 val = readl(op_reg_base + XHCI_STS_OFFSET); in quirk_usb_handoff_xhci()
1229 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_HALT, 1, in quirk_usb_handoff_xhci()
1232 val = readl(op_reg_base + XHCI_STS_OFFSET); in quirk_usb_handoff_xhci()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1159 #define XHCI_STS_OFFSET 0x04 macro