Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehcireg.h96 #define EHCI_CMD_PSE 0x00000010 /* RW periodic sched enable */ macro
H A Dehci.c219 EHCI_CMD_PSE | in ehci_init_sub()
572 if (i & EHCI_CMD_PSE) in ehci_dump_regs()
573 PRINTK(" EHCI_CMD_PSE\n"); in ehci_dump_regs()
3851 temp &= ~(EHCI_CMD_ASE | EHCI_CMD_PSE);
3861 temp |= EHCI_CMD_PSE;

Completed in 5 milliseconds