Home
last modified time | relevance | path

Searched refs:EHCI_USBLEGSUP_BIOS (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dpci-quirks.c55 #define EHCI_USBLEGSUP_BIOS (1 << 16) /* BIOS semaphore */ macro
870 if (try_handoff && (cap & EHCI_USBLEGSUP_BIOS)) { in ehci_bios_handoff()
897 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) { in ehci_bios_handoff()
905 if (cap & EHCI_USBLEGSUP_BIOS) { in ehci_bios_handoff()
/drivers/usb/early/
Dehci-dbgp.c712 #define EHCI_USBLEGSUP_BIOS (1 << 16) /* BIOS semaphore */ macro
728 if ((cap & 0xff) == 1 && (cap & EHCI_USBLEGSUP_BIOS)) { in early_ehci_bios_handoff()
736 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) { in early_ehci_bios_handoff()
743 if (cap & EHCI_USBLEGSUP_BIOS) { in early_ehci_bios_handoff()