Searched defs:des_B (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; local
117 des_B = ohcip->ohci_root_hub.rh_des_B = Get_OpReg(hcr_rh_descriptorB);
159 if ((des_A & HCR_RHA_PSM) && (des_B & HCR_RHB_PPCM)) {
208 root_hub_descr->DeviceRemovable = (uchar_t)des_B & HCR_RHB_DR;
215 root_hub_descr->PortPwrCtrlMask = (uchar_t)(des_B >> 16);

Completed in 94 milliseconds