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.c306 intr = (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable));
533 intr = Get_OpReg(hcr_intr_status);
550 Set_OpReg(hcr_intr_status, intr);
551 (void) Get_OpReg(hcr_intr_status);
562 Set_OpReg(hcr_intr_status, intr);
563 (void) Get_OpReg(hcr_intr_status);
1009 ((Get_OpReg(hcr_intr_status) &
1013 ((Get_OpReg(hcr_intr_status) &
1089 Set_OpReg(hcr_intr_status, HCR_INTR_WDH);
1229 Set_OpReg(hcr_intr_status, HCR_INTR_SO
[all...]
H A Dohci.c7764 (Get_OpReg(hcr_intr_status) & Get_OpReg(hcr_intr_enable));
7918 Set_OpReg(hcr_intr_status, intr);
7937 (void) Get_OpReg(hcr_intr_status);
9873 Set_OpReg(hcr_intr_status, 0x0);
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h136 uint32_t hcr_intr_status; /* Interrupt status register */ member in struct:ohci_regs
191 /* hcr_intr_status bits and hcr_intr_mask bits */

Completed in 84 milliseconds