Home
last modified time | relevance | path

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