Home
last modified time | relevance | path

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

/linux/drivers/usb/early/
H A Dehci-dbgp.c707 #define EHCI_USBLEGSUP_BIOS (1 << 16) /* BIOS semaphore */ macro
723 if ((cap & 0xff) == 1 && (cap & EHCI_USBLEGSUP_BIOS)) { in early_ehci_bios_handoff()
731 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) { in early_ehci_bios_handoff()
738 if (cap & EHCI_USBLEGSUP_BIOS) { in early_ehci_bios_handoff()
/linux/drivers/usb/host/
H A Dpci-quirks.c58 #define EHCI_USBLEGSUP_BIOS (1 << 16) /* BIOS semaphore */ macro
883 if (try_handoff && (cap & EHCI_USBLEGSUP_BIOS)) { in ehci_bios_handoff()
910 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) { in ehci_bios_handoff()
918 if (cap & EHCI_USBLEGSUP_BIOS) { in ehci_bios_handoff()