Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDehcireg.h94 #define EHCI_CMD_ASE 0x00000020 /* RW async sched enable */ macro
HDehci.c273 EHCI_CMD_ASE | in ehci_init_sub()
643 if (i & EHCI_CMD_ASE) in ehci_dump_regs()
3891 temp &= ~(EHCI_CMD_ASE | EHCI_CMD_PSE); in ehci_set_hw_power()
3896 temp |= EHCI_CMD_ASE; in ehci_set_hw_power()