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

/freebsd-12-stable/sys/dev/usb/controller/
H A Dehcireg.h96 #define EHCI_CMD_ASE 0x00000020 /* RW async sched enable */ macro
H A Dehci.c259 EHCI_CMD_ASE |
629 if (i & EHCI_CMD_ASE)
630 printf(" EHCI_CMD_ASE\n");
3904 temp &= ~(EHCI_CMD_ASE | EHCI_CMD_PSE);
3909 temp |= EHCI_CMD_ASE;

Completed in 68 milliseconds