Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dohcireg.h53 #define OHCI_CBSR_MASK 0x00000003 /* Control/Bulk Service Ratio */ macro
H A Dohci.c871 ctl &= ~(OHCI_CBSR_MASK | OHCI_LES | OHCI_HCFS_MASK | OHCI_IR); in ohci_init()