Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h171 #define HCR_CONTROL_CLE 0x00000010 /* Control list enable */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1224 (ohci_polled_regsp->hcr_control) & ~(HCR_CONTROL_CLE| in ohci_polled_stop_processing()
1496 mask = ((uint32_t)ohci_polled_regsp->hcr_control) & (HCR_CONTROL_CLE | in ohci_polled_start_processing()
1499 control = Get_OpReg(hcr_control) & ~(HCR_CONTROL_CLE | in ohci_polled_start_processing()
H A Dohci.c2096 (Get_OpReg(hcr_control) & ~(HCR_CONTROL_CLE | in ohci_cleanup()
2348 Set_OpReg(hcr_control, (Get_OpReg(hcr_control) & ~(HCR_CONTROL_CLE | in ohci_cpr_suspend()
3959 (Get_OpReg(hcr_control) | HCR_CONTROL_CLE)); in ohci_insert_ctrl_ed()
4296 ASSERT(!(Get_OpReg(hcr_control) & HCR_CONTROL_CLE)); in ohci_remove_ctrl_ed()
4320 (Get_OpReg(hcr_control) | HCR_CONTROL_CLE)); in ohci_remove_ctrl_ed()
9760 Set_OpReg(hcr_control, (Get_OpReg(hcr_control) & ~(HCR_CONTROL_CLE | in ohci_do_soft_reset()
10279 HCR_CONTROL_CLE: HCR_CONTROL_BLE; in ohci_pipe_cleanup()
11290 (Get_OpReg(hcr_control) & ~(HCR_CONTROL_CLE | in ohci_quiesce()