Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dohcireg.h54 #define OHCI_HCFS_MASK 0x000000c0 /* HostControllerFunctionalStat macro
Dohci.c257 ctl &= ~(OHCI_CBSR_MASK | OHCI_LES | OHCI_HCFS_MASK | OHCI_IR); in ohci_controller_init()