Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h76 #define MAX_RH_PORTS 2 macro
100 uint_t rh_port_status[MAX_RH_PORTS];
101 uint_t rh_port_changes[MAX_RH_PORTS];
102 uint_t rh_port_state[MAX_RH_PORTS]; /* See below */
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c158 uhcip->uhci_root_hub.rh_num_ports = MAX_RH_PORTS; in uhci_init_root_hub()
164 root_hub_descr->bNbrPorts = MAX_RH_PORTS; in uhci_init_root_hub()