Home
last modified time | relevance | path

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 Dohci_polled.c1012 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 Dohci.c1670 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()
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()
10199 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_wait_for_sof()
10201 ASSERT(Get_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.h194 #define HCR_INTR_SOF 0x00000004 /* Start of frame */ macro