Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehcireg.h96 #define EHCI_CMD_ASE 0x00000020 /* RW async sched enable */ macro
Dehci.c219 EHCI_CMD_ASE | in ehci_init_sub()
571 if (i & EHCI_CMD_ASE) in ehci_dump_regs()
3852 temp &= ~(EHCI_CMD_ASE | EHCI_CMD_PSE);
3857 temp |= EHCI_CMD_ASE;