Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h138 uint32_t hcr_intr_disable; /* Interrupt disable */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c2100 Set_OpReg(hcr_intr_disable, in ohci_cleanup()
2107 Set_OpReg(hcr_intr_disable, (HCR_INTR_MIE | HCR_INTR_SOF)); in ohci_cleanup()
2355 Set_OpReg(hcr_intr_disable, ~(HCR_INTR_MIE|HCR_INTR_SOF)); in ohci_cpr_suspend()
2377 Set_OpReg(hcr_intr_disable, HCR_INTR_MIE); in ohci_cpr_suspend()
7696 Set_OpReg(hcr_intr_disable, HCR_INTR_MIE); in ohci_intr()
7819 Set_OpReg(hcr_intr_disable, HCR_INTR_SOF); in ohci_intr()
8128 Set_OpReg(hcr_intr_disable, HCR_INTR_UE); in ohci_handle_ue()
8142 Set_OpReg(hcr_intr_disable, HCR_INTR_UE); in ohci_handle_ue()
9763 Set_OpReg(hcr_intr_disable, HCR_INTR_SO | in ohci_do_soft_reset()
11133 Get_OpReg(hcr_intr_disable), Get_OpReg(hcr_HCCA)); in ohci_print_op_regs()
[all …]
H A Dohci_polled.c939 Set_OpReg(hcr_intr_disable, HCR_INTR_MIE); in ohci_polled_save_state()
1250 Set_OpReg(hcr_intr_disable, HCR_INTR_SOF); in ohci_polled_stop_processing()