Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ext-caps.h47 #define XHCI_HC_OS_OWNED (1 << 24) macro
H A Dpci-quirks.c1173 val = (val | XHCI_HC_OS_OWNED) & ~XHCI_HC_BIOS_OWNED; in quirk_usb_handoff_xhci()
1179 writel(val | XHCI_HC_OS_OWNED, base + ext_cap_offset); in quirk_usb_handoff_xhci()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1180 #define XHCI_HC_OS_OWNED (1 << 24) macro
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c160 writel(val | XHCI_HC_OS_OWNED, xdbc.xhci_base + offset); in xdbc_bios_handoff()