Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c109 uint_t des_A, des_B, port_state; in ohci_init_root_hub() local
134 if ((des_A & HCR_RHA_NDP) > OHCI_MAX_RH_PORTS) { in ohci_init_root_hub()
137 des_A & HCR_RHA_NDP); in ohci_init_root_hub()
143 root_hub_descr->bNbrPorts = des_A & HCR_RHA_NDP; in ohci_init_root_hub()
154 if (!(des_A & HCR_RHA_NPS)) { in ohci_init_root_hub()
159 if ((des_A & HCR_RHA_PSM) && (des_B & HCR_RHB_PPCM)) { in ohci_init_root_hub()
180 ASSERT((des_A & HCR_RHA_DT) == 0); in ohci_init_root_hub()
183 if (des_A & HCR_RHA_NOCP) { in ohci_init_root_hub()
190 des_A & HCR_RHA_OCPM, des_A & HCR_RHA_PSM); in ohci_init_root_hub()
193 if (des_A & HCR_RHA_OCPM) { in ohci_init_root_hub()
[all …]