Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dpci-quirks.c58 #define EHCI_USBLEGSUP_BIOS (1 << 16) /* BIOS semaphore */ macro
873 if (try_handoff && (cap & EHCI_USBLEGSUP_BIOS)) { in ehci_bios_handoff()
900 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) { in ehci_bios_handoff()
908 if (cap & EHCI_USBLEGSUP_BIOS) { in ehci_bios_handoff()
/Linux-v6.1/drivers/usb/early/
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()