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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dpci-quirks.c50 #define EHCI_USBLEGSUP_BIOS (1 << 16) /* BIOS semaphore */ macro
245 if ((cap & EHCI_USBLEGSUP_BIOS)) {
260 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) {
267 if (cap & EHCI_USBLEGSUP_BIOS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c714 #define EHCI_USBLEGSUP_BIOS (1 << 16) /* BIOS semaphore */ macro
730 if ((cap & 0xff) == 1 && (cap & EHCI_USBLEGSUP_BIOS)) {
738 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) {
745 if (cap & EHCI_USBLEGSUP_BIOS) {

Completed in 511 milliseconds