Searched refs:ehci_command (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_polled.c | 278 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_hcdi_polled_input_enter() 286 Set_OpReg(ehci_command, in ehci_hcdi_polled_input_enter() 287 (Get_OpReg(ehci_command) | EHCI_CMD_ASYNC_SCHED_ENABLE)); in ehci_hcdi_polled_input_enter() 352 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_hcdi_polled_input_exit() 360 Set_OpReg(ehci_command, in ehci_hcdi_polled_input_exit() 361 (Get_OpReg(ehci_command) | EHCI_CMD_ASYNC_SCHED_ENABLE | in ehci_hcdi_polled_input_exit() 591 Set_OpReg(ehci_command, Get_OpReg(ehci_command) & in ehci_hcdi_polled_write() 616 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_hcdi_polled_write() 1013 ehci_polled_regsp->ehci_command = Get_OpReg(ehci_command); in ehci_polled_save_state() 1025 Set_OpReg(ehci_command, Get_OpReg(ehci_command) & in ehci_polled_save_state() [all …]
|
H A D | ehci_util.c | 1030 Set_OpReg(ehci_command, in ehci_init_hardware() 1031 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET); in ehci_init_hardware() 1258 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_init_ctlr() 1274 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) | in ehci_init_ctlr() 1320 Set_OpReg(ehci_command, in ehci_init_ctlr() 1321 ((Get_OpReg(ehci_command) & ~EHCI_CMD_INTR_THRESHOLD) | in ehci_init_ctlr() 1324 ASSERT(Get_OpReg(ehci_command) & EHCI_CMD_HOST_CTRL_RUN); in ehci_init_ctlr() 1800 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_cleanup() 1814 Set_OpReg(ehci_command, in ehci_cleanup() 1815 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_cleanup() [all …]
|
H A D | ehci.c | 451 Set_OpReg(ehci_command, in ehci_reset() 452 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_reset() 466 Set_OpReg(ehci_command, in ehci_reset() 467 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET); in ehci_reset() 506 Set_OpReg(ehci_command, in ehci_quiesce() 507 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_quiesce() 521 Set_OpReg(ehci_command, in ehci_quiesce() 522 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET); in ehci_quiesce()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci.h | 152 uint32_t ehci_command; /* USB commands */ member
|