Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1010 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()
1229 Set_OpReg(hcr_intr_status, HCR_INTR_SOF); in ohci_polled_stop_processing()
1232 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_stop_processing()
1240 while (!((Get_OpReg(hcr_intr_status)) & HCR_INTR_SOF)) { in ohci_polled_stop_processing()
1245 ohci_polled_finish_interrupt(ohcip, HCR_INTR_SOF); in ohci_polled_stop_processing()
1248 Set_OpReg(hcr_intr_disable, HCR_INTR_SOF); in ohci_polled_stop_processing()
1318 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_polled_restore_state()
1326 while (!((Get_OpReg(hcr_intr_status)) & HCR_INTR_SOF)) { in ohci_polled_restore_state()
1330 ohci_polled_finish_interrupt(ohcip, HCR_INTR_SOF); in ohci_polled_restore_state()
[all …]
H A Dohci.c1686 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()
2123 Set_OpReg(hcr_intr_disable, (HCR_INTR_MIE | HCR_INTR_SOF)); in ohci_cleanup()
2371 Set_OpReg(hcr_intr_disable, ~(HCR_INTR_MIE|HCR_INTR_SOF)); in ohci_cpr_suspend()
4627 Set_OpReg(hcr_intr_enable, HCR_INTR_SOF); in ohci_insert_ed_on_reclaim_list()
7831 if (intr & HCR_INTR_SOF) { in ohci_intr()
7839 Set_OpReg(hcr_intr_disable, HCR_INTR_SOF); in ohci_intr()
8069 if (intr & HCR_INTR_SOF) { in ohci_handle_missed_intr()
9785 HCR_INTR_FNO | HCR_INTR_SOF | HCR_INTR_MIE); in ohci_do_soft_reset()
9881 HCR_INTR_FNO | HCR_INTR_SOF | HCR_INTR_MIE); in ohci_do_soft_reset()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h194 #define HCR_INTR_SOF 0x00000004 /* Start of frame */ macro