Searched refs:EHCI_CMD_ASE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/controller/
H A Dehcireg.h94 #define EHCI_CMD_ASE 0x00000020 /* RW async sched enable */ macro
H A Dehci.c278 EHCI_CMD_ASE |
648 if (i & EHCI_CMD_ASE)
649 printf(" EHCI_CMD_ASE\n");
3856 temp &= ~(EHCI_CMD_ASE | EHCI_CMD_PSE);
3861 temp |= EHCI_CMD_ASE;

Completed in 183 milliseconds