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()
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()
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()
1146 Set_OpReg(ehci_command, in ehci_polled_save_state()
1285 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_polled_stop_processing()
[all …]
H A Dehci_util.c1030 Set_OpReg(ehci_command, 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()
1821 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_cleanup()
1835 Set_OpReg(ehci_command, in ehci_cleanup()
2055 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) & in ehci_cpr_suspend()
2082 Set_OpReg(ehci_command, in ehci_cpr_suspend()
3726 ehci_save_regs->ehci_command = Get_OpReg(ehci_command); in ehci_do_soft_reset()
3738 Set_OpReg(ehci_command, Get_OpReg(ehci_command) & in ehci_do_soft_reset()
3748 Set_OpReg(ehci_command, in ehci_do_soft_reset()
[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