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

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dehci.cpp248 uint32 legacySupport = sPCIModule->read_pci_config(fPCIInfo->bus, local
250 if ((legacySupport & EHCI_LEGSUP_CAPID_MASK) == EHCI_LEGSUP_CAPID) {
251 if ((legacySupport & EHCI_LEGSUP_BIOSOWNED) != 0) {
259 legacySupport = sPCIModule->read_pci_config(fPCIInfo->bus,
263 if ((legacySupport & EHCI_LEGSUP_BIOSOWNED) == 0)
271 if (legacySupport & EHCI_LEGSUP_BIOSOWNED) {
273 } else if (legacySupport & EHCI_LEGSUP_OSOWNED) {

Completed in 370 milliseconds