Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c308 intr = (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable)); in ohci_hcdi_polled_read()
949 ohci_polled_regsp->hcr_intr_enable = Get_OpReg(hcr_intr_enable); in ohci_polled_save_state()
1012 Get_OpReg(hcr_intr_enable)) & HCR_INTR_SOF); in ohci_polled_save_state()
1016 Get_OpReg(hcr_intr_enable)) & HCR_INTR_SOF); in ohci_polled_save_state()
1191 Set_OpReg(hcr_intr_enable, HCR_INTR_WDH); in ohci_polled_save_state()
1234 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_stop_processing()
1320 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_restore_state()
1468 mask = (uint32_t)ohci_polled_regsp->hcr_intr_enable & in ohci_polled_restore_state()
1472 Set_OpReg(hcr_intr_enable, mask); in ohci_polled_restore_state()
1474 Set_OpReg(hcr_intr_enable, mask | HCR_INTR_MIE); in ohci_polled_restore_state()
[all …]
H A Dohci.c1572 Set_OpReg(hcr_intr_enable, HCR_INT_ENABLE_DEFAULT); in ohci_init_ctlr()
1670 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_init_ctlr()
1672 ASSERT(Get_OpReg(hcr_intr_enable) & HCR_INTR_SOF); in ohci_init_ctlr()
2126 Set_OpReg(hcr_intr_enable, HCR_INT_ENABLE_DEFAULT); in ohci_cleanup()
4611 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_insert_ed_on_reclaim_list()
7793 Set_OpReg(hcr_intr_enable, HCR_INTR_MIE); in ohci_intr()
7910 Set_OpReg(hcr_intr_enable, HCR_INTR_MIE); in ohci_intr()
9749 ohci_save_regs->hcr_intr_enable = Get_OpReg(hcr_intr_enable); in ohci_do_soft_reset()
9859 Set_OpReg(hcr_intr_enable, in ohci_do_soft_reset()
10199 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_wait_for_sof()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h137 uint32_t hcr_intr_enable; /* Interrupt enable */ member