Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dohci_hardware.h476 #define OHCI_MAX_PORT_COUNT 15 macro
H A Dohci.cpp522 if (numberOfPorts > OHCI_MAX_PORT_COUNT) in OHCI()
523 numberOfPorts = OHCI_MAX_PORT_COUNT; in OHCI()