Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c488 (Get_OpReg(hcr_control) & (~HCR_CONTROL_PLE))); in ohci_hcdi_polled_write()
531 (Get_OpReg(hcr_control) | HCR_CONTROL_PLE)); in ohci_hcdi_polled_write()
1198 (Get_OpReg(hcr_control) | HCR_CONTROL_PLE)); in ohci_polled_save_state()
1225 HCR_CONTROL_PLE| HCR_CONTROL_BLE|HCR_CONTROL_IE)); in ohci_polled_stop_processing()
1310 if (Get_OpReg(hcr_control) & HCR_CONTROL_PLE) { in ohci_polled_restore_state()
1312 (Get_OpReg(hcr_control) & ~HCR_CONTROL_PLE)); in ohci_polled_restore_state()
1497 HCR_CONTROL_PLE | HCR_CONTROL_BLE | HCR_CONTROL_IE); in ohci_polled_start_processing()
1500 HCR_CONTROL_PLE | HCR_CONTROL_BLE | HCR_CONTROL_IE); in ohci_polled_start_processing()
H A Dohci.c2097 HCR_CONTROL_BLE | HCR_CONTROL_PLE | HCR_CONTROL_IE))); in ohci_cleanup()
2349 HCR_CONTROL_BLE | HCR_CONTROL_PLE | HCR_CONTROL_IE))); in ohci_cpr_suspend()
4102 (Get_OpReg(hcr_control) | HCR_CONTROL_PLE)); in ohci_insert_intr_ed()
4169 HCR_CONTROL_PLE | HCR_CONTROL_IE)); in ohci_insert_isoc_ed()
4432 (Get_OpReg(hcr_control) & ~(HCR_CONTROL_PLE))); in ohci_remove_periodic_ed()
9761 HCR_CONTROL_BLE | HCR_CONTROL_PLE | HCR_CONTROL_IE))); in ohci_do_soft_reset()
11291 HCR_CONTROL_BLE | HCR_CONTROL_PLE | HCR_CONTROL_IE))); in ohci_quiesce()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h169 #define HCR_CONTROL_PLE 0x00000004 /* Periodic list enable */ macro