Home
last modified time | relevance | path

Searched refs:ehci_command (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c278 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 Dehci_util.c1030 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 uint32_t cmd_reg = Get_OpReg(ehci_command); in ehci_init_ctlr()
1329 Set_OpReg(ehci_command, cmd_reg | EHCI_CMD_HOST_CTRL_RUN); in ehci_init_ctlr()
1331 ASSERT(Get_OpReg(ehci_command) & EHCI_CMD_HOST_CTRL_RUN); in ehci_init_ctlr()
1821 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_cleanup()
1835 Set_OpReg(ehci_command, in ehci_cleanup()
1836 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_cleanup()
[all …]
H A Dehci.c449 Set_OpReg(ehci_command, in ehci_reset()
450 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_reset()
464 Set_OpReg(ehci_command, in ehci_reset()
465 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET); in ehci_reset()
504 Set_OpReg(ehci_command, in ehci_quiesce()
505 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN); in ehci_quiesce()
519 Set_OpReg(ehci_command, in ehci_quiesce()
520 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET); in ehci_quiesce()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h152 uint32_t ehci_command; /* USB commands */ member