Searched refs:EHCI_USBLEGSUP_BIOS (Results 1 - 2 of 2) sorted by path

/linux-master/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)) {
731 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) {
738 if (cap & EHCI_USBLEGSUP_BIOS) {
/linux-master/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)) {
910 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) {
918 if (cap & EHCI_USBLEGSUP_BIOS) {

Completed in 346 milliseconds