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 D | ohci.h | 138 uint32_t hcr_intr_disable; /* Interrupt disable */ member
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 2100 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 D | ohci_polled.c | 939 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()
|