Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h217 #define HCR_RHA_NDP 0x000000FF /* No. of ports */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c134 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()
H A Dohci.c11160 for (i = 0; i < (Get_OpReg(hcr_rh_descriptorA) & HCR_RHA_NDP); i++) { in ohci_print_op_regs()