Home
last modified time | relevance | path

Searched refs:HCR_CONTROL_HCFS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h173 #define HCR_CONTROL_HCFS 0x000000C0 /* Controller state */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1653 (~HCR_CONTROL_HCFS)) | HCR_CONTROL_OPERAT; in ohci_init_ctlr()
1658 HCR_CONTROL_HCFS) == HCR_CONTROL_OPERAT); in ohci_init_ctlr()
2111 (~HCR_CONTROL_HCFS)) | HCR_CONTROL_RESET)); in ohci_cleanup()
9871 (ohci_save_regs->hcr_control & (~HCR_CONTROL_HCFS))); in ohci_do_soft_reset()
9881 (~HCR_CONTROL_HCFS)) | HCR_CONTROL_RESUME)); in ohci_do_soft_reset()
9888 (~HCR_CONTROL_HCFS)) | HCR_CONTROL_OPERAT)); in ohci_do_soft_reset()
11302 (~HCR_CONTROL_HCFS)) | HCR_CONTROL_RESET)); in ohci_quiesce()