Searched refs:hcr_intr_enable (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 306 intr = (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable)); in ohci_hcdi_polled_read() 947 ohci_polled_regsp->hcr_intr_enable = Get_OpReg(hcr_intr_enable); in ohci_polled_save_state() 1010 Get_OpReg(hcr_intr_enable)) & HCR_INTR_SOF); in ohci_polled_save_state() 1014 Get_OpReg(hcr_intr_enable)) & HCR_INTR_SOF); in ohci_polled_save_state() 1189 Set_OpReg(hcr_intr_enable, HCR_INTR_WDH); in ohci_polled_save_state() 1232 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_stop_processing() 1318 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_restore_state() 1465 mask = (uint32_t)ohci_polled_regsp->hcr_intr_enable & in ohci_polled_restore_state() 1469 Set_OpReg(hcr_intr_enable, mask); in ohci_polled_restore_state() 1471 Set_OpReg(hcr_intr_enable, mask | HCR_INTR_MIE); in ohci_polled_restore_state() [all …]
|
H A D | ohci.c | 1588 Set_OpReg(hcr_intr_enable, HCR_INT_ENABLE_DEFAULT); in ohci_init_ctlr() 1603 Set_OpReg(hcr_intr_enable, HCR_INTR_SO | HCR_INTR_WDH | in ohci_init_ctlr() 1686 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_init_ctlr() 1688 ASSERT(Get_OpReg(hcr_intr_enable) & HCR_INTR_SOF); in ohci_init_ctlr() 2142 Set_OpReg(hcr_intr_enable, HCR_INT_ENABLE_DEFAULT); in ohci_cleanup() 4627 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_insert_ed_on_reclaim_list() 7764 (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable)); in ohci_intr() 7813 Set_OpReg(hcr_intr_enable, HCR_INTR_MIE); in ohci_intr() 7930 Set_OpReg(hcr_intr_enable, HCR_INTR_MIE); in ohci_intr() 9769 ohci_save_regs->hcr_intr_enable = Get_OpReg(hcr_intr_enable); in ohci_do_soft_reset() [all …]
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci.h | 137 uint32_t hcr_intr_enable; /* Interrupt enable */ member
|