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) &
286 Set_OpReg(ehci_command,
287 (Get_OpReg(ehci_command) | EHCI_CMD_ASYNC_SCHED_ENABLE));
352 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) &
360 Set_OpReg(ehci_command,
361 (Get_OpReg(ehci_command) | EHCI_CMD_ASYNC_SCHED_ENABLE |
591 Set_OpReg(ehci_command, Get_OpReg(ehci_command)
[all...]
H A Dehci_util.c1030 Set_OpReg(ehci_command,
1031 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET);
1258 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) |
1274 Set_OpReg(ehci_command, (Get_OpReg(ehci_command) |
1320 Set_OpReg(ehci_command,
1321 ((Get_OpReg(ehci_command) & ~EHCI_CMD_INTR_THRESHOLD) |
1324 ASSERT(Get_OpReg(ehci_command) & EHCI_CMD_HOST_CTRL_RUN);
1800 Set_OpReg(ehci_command, (Get_OpRe
[all...]
H A Dehci.c451 Set_OpReg(ehci_command,
452 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN);
466 Set_OpReg(ehci_command,
467 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET);
506 Set_OpReg(ehci_command,
507 Get_OpReg(ehci_command) & ~EHCI_CMD_HOST_CTRL_RUN);
521 Set_OpReg(ehci_command,
522 Get_OpReg(ehci_command) | EHCI_CMD_HOST_CTRL_RESET);
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h152 uint32_t ehci_command; /* USB commands */ member in struct:ehci_regs

Completed in 55 milliseconds