Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c126 ohcip->ohci_root_hub.rh_status = Get_OpReg(hcr_rh_status); in ohci_init_root_hub()
742 Set_OpReg(hcr_rh_status, HCR_RH_STATUS_LPSC); in ohci_handle_port_power()
768 Set_OpReg(hcr_rh_status, HCR_RH_STATUS_LPS); in ohci_handle_port_power()
1142 hub_status = Get_OpReg(hcr_rh_status); in ohci_handle_clrchng_hub_over_current()
1148 Set_OpReg(hcr_rh_status, HCR_RH_STATUS_OCIC); in ohci_handle_clrchng_hub_over_current()
1219 new_root_hub_status = Get_OpReg(hcr_rh_status); in ohci_handle_get_hub_status()
1599 new_root_hub_status = Get_OpReg(hcr_rh_status); in ohci_handle_root_hub_status_change()
H A Dohci.c11155 Get_OpReg(hcr_rh_descriptorB), Get_OpReg(hcr_rh_status)); in ohci_print_op_regs()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h159 uint32_t hcr_rh_status; /* Root hub status */ member