Searched refs:HCR_INTR_SOF (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 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() 1231 Set_OpReg(hcr_intr_status, HCR_INTR_SOF); in ohci_polled_stop_processing() 1234 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_stop_processing() 1242 while (!((Get_OpReg(hcr_intr_status)) & HCR_INTR_SOF)) { in ohci_polled_stop_processing() 1247 ohci_polled_finish_interrupt(ohcip, HCR_INTR_SOF); in ohci_polled_stop_processing() 1250 Set_OpReg(hcr_intr_disable, HCR_INTR_SOF); in ohci_polled_stop_processing() 1320 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_restore_state() 1328 while (!((Get_OpReg(hcr_intr_status)) & HCR_INTR_SOF)) { in ohci_polled_restore_state() 1332 ohci_polled_finish_interrupt(ohcip, HCR_INTR_SOF); in ohci_polled_restore_state() [all …]
|
H A D | ohci.c | 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() 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() 4611 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_insert_ed_on_reclaim_list() 7811 if (intr & HCR_INTR_SOF) { in ohci_intr() 7819 Set_OpReg(hcr_intr_disable, HCR_INTR_SOF); in ohci_intr() 8049 if (intr & HCR_INTR_SOF) { in ohci_handle_missed_intr() 9765 HCR_INTR_FNO | HCR_INTR_SOF | HCR_INTR_MIE); in ohci_do_soft_reset() 9861 HCR_INTR_FNO | HCR_INTR_SOF | HCR_INTR_MIE); in ohci_do_soft_reset() [all …]
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci.h | 194 #define HCR_INTR_SOF 0x00000004 /* Start of frame */ macro
|