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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Dehcireg.h95 #define EHCI_CMD_PSE 0x00000010 /* RW periodic sched enable */ macro
H A Dehci.c279 EHCI_CMD_PSE |
650 if (i & EHCI_CMD_PSE)
651 printf(" EHCI_CMD_PSE\n");
3856 temp &= ~(EHCI_CMD_ASE | EHCI_CMD_PSE);
3866 temp |= EHCI_CMD_PSE;

Completed in 117 milliseconds