Home
last modified time | relevance | path

Searched refs:hcr_intr_status (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()
535 intr = Get_OpReg(hcr_intr_status); in ohci_hcdi_polled_write()
552 Set_OpReg(hcr_intr_status, intr); in ohci_hcdi_polled_write()
553 (void) Get_OpReg(hcr_intr_status); in ohci_hcdi_polled_write()
564 Set_OpReg(hcr_intr_status, intr); in ohci_hcdi_polled_write()
565 (void) Get_OpReg(hcr_intr_status); in ohci_hcdi_polled_write()
1011 ((Get_OpReg(hcr_intr_status) & in ohci_polled_save_state()
1015 ((Get_OpReg(hcr_intr_status) & in ohci_polled_save_state()
1091 Set_OpReg(hcr_intr_status, HCR_INTR_WDH); in ohci_polled_save_state()
1231 Set_OpReg(hcr_intr_status, HCR_INTR_SOF); in ohci_polled_stop_processing()
[all …]
H A Dohci.c7744 (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable)); in ohci_intr()
7898 Set_OpReg(hcr_intr_status, intr); in ohci_intr()
7917 (void) Get_OpReg(hcr_intr_status); in ohci_intr()
9853 Set_OpReg(hcr_intr_status, 0x0); in ohci_do_soft_reset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h136 uint32_t hcr_intr_status; /* Interrupt status register */ member