Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c334 if (intr & HCR_INTR_WDH) { in ohci_hcdi_polled_read()
337 ohci_polled_finish_interrupt(ohcip, HCR_INTR_WDH); in ohci_hcdi_polled_read()
542 if (intr & HCR_INTR_WDH) { in ohci_hcdi_polled_write()
1049 HCR_INTR_WDH; in ohci_polled_save_state()
1054 HCR_INTR_WDH; in ohci_polled_save_state()
1091 Set_OpReg(hcr_intr_status, HCR_INTR_WDH); in ohci_polled_save_state()
1191 Set_OpReg(hcr_intr_enable, HCR_INTR_WDH); in ohci_polled_save_state()
1403 Set_OpReg(hcr_intr_status, (HCR_INTR_WDH | HCR_INTR_SOF)); in ohci_polled_restore_state()
1469 (HCR_INTR_SOF | HCR_INTR_WDH); in ohci_polled_restore_state()
H A Dohci.c1587 Set_OpReg(hcr_intr_enable, HCR_INTR_SO | HCR_INTR_WDH | in ohci_init_ctlr()
2101 (HCR_INTR_SO | HCR_INTR_WDH | HCR_INTR_RD | HCR_INTR_UE)); in ohci_cleanup()
7771 intr |= HCR_INTR_WDH; in ohci_intr()
7775 intr &= ~HCR_INTR_WDH; in ohci_intr()
7837 if ((intr & HCR_INTR_WDH) && (done_head)) { in ohci_intr()
7860 intr &= ~HCR_INTR_WDH; in ohci_intr()
8062 if ((intr & HCR_INTR_WDH) && (done_head)) { in ohci_handle_missed_intr()
9764 HCR_INTR_WDH | HCR_INTR_RD | HCR_INTR_UE | in ohci_do_soft_reset()
9860 HCR_INTR_SO | HCR_INTR_WDH | HCR_INTR_RD | HCR_INTR_UE | in ohci_do_soft_reset()
11017 case HCR_INTR_WDH: in ohci_do_intrs_stats()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h193 #define HCR_INTR_WDH 0x00000002 /* Writeback done head */ macro